mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 19:15:04 +00:00
refactor: run formatter
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
let { currentPage }: { currentPage: 'personal' | 'global' } = $props();
|
||||
</script>
|
||||
|
||||
<div class="flex justify-end no-fade">
|
||||
<Tabs.Root value={currentPage} >
|
||||
<div class="no-fade flex justify-end">
|
||||
<Tabs.Root value={currentPage}>
|
||||
<Tabs.List>
|
||||
<Tabs.Trigger onclick={() => goto('/settings/audit-log')} value="personal"
|
||||
>{m.personal()}</Tabs.Trigger
|
||||
|
||||
Reference in New Issue
Block a user