From 544e9724e6f14ad56d682236f5e19f2c6bca6ce9 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 20 Jul 2023 11:45:34 +0000 Subject: [PATCH] chore: format --- packages/client/src/ui/universal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);