Address PR Comments

This commit is contained in:
imjainish
2025-08-21 23:05:50 -04:00
parent 1a38222974
commit 50b9be4eca

View File

@@ -29,7 +29,7 @@ const SettingsURL = ({ HEADING_SX, handleChange, showURL = false }) => {
<Select
name="showURL"
label={t("settingsPage.urlSettings.label")}
value={showURL == true ? true : false}
value={showURL === true}
onChange={handleChange}
items={[
{ _id: true, name: t("settingsPage.urlSettings.selectEnabled") },