From c9aefa81ca1950121d2357fc66afe15eb400f537 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 15 Mar 2024 00:13:40 +0000 Subject: Fix eslint errors --- components/loader/LoaderDiscardSessionModal.vue | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'components/loader/LoaderDiscardSessionModal.vue') diff --git a/components/loader/LoaderDiscardSessionModal.vue b/components/loader/LoaderDiscardSessionModal.vue index 845b10a..6f5ed02 100644 --- a/components/loader/LoaderDiscardSessionModal.vue +++ b/components/loader/LoaderDiscardSessionModal.vue @@ -5,7 +5,7 @@ const showModal = ref(false); const open = () => { showModal.value = true; -} +}; const confirm = () => { session.setQuests([]); @@ -16,11 +16,11 @@ const confirm = () => { navigateToEditorPane(null); showModal.value = false; -} +}; defineExpose({ - open -}) + open, +}); -

You are about to discard your current session. All changes will be lost. - Do you want to continue?

+

+ You are about to discard your current session. All changes will be lost. Do you want to + continue? +

- +
@@ -45,4 +53,4 @@ defineExpose({ justify-content: flex-end; margin-top: 1rem; } - \ No newline at end of file + -- cgit v1.2.3-70-g09d2