Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Feb 18, 2025
1 parent c2a1149 commit 70f40f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/components/Settings/AllSettingsFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const AllSettingsFields = forwardRef(
settingHasChanged={
setting[searchParamTab] !== undefined &&
setting[searchParamTab] !==
setting.getFallback(searchParamTab)
setting.getFallback(searchParamTab)
}
parentLevel={setting.getParentLevel(searchParamTab)}
onFallback={() =>
Expand Down Expand Up @@ -187,10 +187,11 @@ export const AllSettingsFields = forwardRef(
<SettingsSection
title="Reset settings"
description={`Restore settings to their default values. Your settings are saved in
${isDesktop()
? ' a file in the app data folder for your OS.'
: " your browser's local storage."
}
${
isDesktop()
? ' a file in the app data folder for your OS.'
: " your browser's local storage."
}
`}
>
<div className="flex flex-col items-start gap-4">
Expand Down

0 comments on commit 70f40f4

Please sign in to comment.