Skip to content

Commit

Permalink
SettingRow: remove unused variable 'descriptionText'
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Feb 21, 2024
1 parent 0e50c8b commit 2796702
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions www/js/control/SettingRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ const SettingRow = ({ textKey, iconName, action, desc, switchValue, descStyle }:
/>
);
}
let descriptionText;
if (desc) {
descriptionText = { desc };
} else {
descriptionText = '';
}

return (
<List.Item
Expand Down

0 comments on commit 2796702

Please sign in to comment.