diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 6c5a42c68..727260c8e 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -244,7 +244,9 @@ const openAccountMenu = (ev: MouseEvent) => { }; const useReloadButton = defaultStore.state.replaceWidgetsButtonWithReloadButton; -const reload = () => { window.location.reload(); } +const reload = () => { + window.location.reload(); +}; const buttonAnimIndex = ref(0); const drawerMenuShowing = ref(false);