diff --git a/src/components/SettingsList.tsx b/src/components/SettingsList.tsx index 2e5e3de..ae177d6 100644 --- a/src/components/SettingsList.tsx +++ b/src/components/SettingsList.tsx @@ -5,7 +5,7 @@ import { download } from '../Utils' type SettingsProps = {} & React.HTMLAttributes const SettingsList = ({ ...rest }: SettingsProps) => { - const { thoughts } = useThoughts() + const { sortedThoughts } = useThoughts() return (
@@ -15,7 +15,7 @@ const SettingsList = ({ ...rest }: SettingsProps) => {