Skip to content

Commit

Permalink
fix(web-ui): fix typo (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook committed Aug 23, 2024
1 parent c58de57 commit 071054b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { registerServiceWorker } from "src/registerServiceWorker";
import { SettingsPageNav } from "./SettingsPage.nav";

export function SettingsPageContainer(): ReactElement {
const logger = useLogger(SettingsPageNav.name);
const logger = useLogger(SettingsPageContainer.name);
const { t } = useTranslation("settings");
const { openDialog } = useDialog();
const snackbar = useSnackbar();
Expand Down

0 comments on commit 071054b

Please sign in to comment.