Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
hornilla-jowelyn committed Oct 13, 2023
1 parent ab48eaa commit 6632e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Settings = (props: { accountId: string }) => {
s.handleErrors,
s.addTxnNotification,
]);
const [activeAccordion, setActiveAccordion] = useState<number | null>(null);
const [activeAccordion, setActiveAccordion] = useState<PolicyFormAccordion | null>(null);
// make this global?
const [activeSettingsTab, setActiveSettingsTab] = useState(
SettingsTabs.at(0)?.id
Expand Down

0 comments on commit 6632e1f

Please sign in to comment.