mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
(lint)
This commit is contained in:
parent
746ec76a3f
commit
48b410222e
@ -153,7 +153,7 @@ const sumCells = (area: typeof areas[number] | undefined, month: keyof typeof mo
|
||||
<template>
|
||||
<Page wide>
|
||||
<NotFound v-if="!$isGranted('panel') && !$isGranted('external')" />
|
||||
<form @submit="save" v-else>
|
||||
<form v-else @submit="save">
|
||||
<p class="d-flex justify-content-between">
|
||||
<nuxt-link to="/admin">
|
||||
<Icon v="user-cog" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user