mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
add format check, update prettier rules, apply rules consistently
This commit is contained in:
@@ -29,17 +29,9 @@ const activeTab = ref<'all' | 'invitations'>('all');
|
||||
class="py-5 border-b border-default-background-separator flex justify-between items-center">
|
||||
<div class="flex items-center space-x-4 sm:space-x-6">
|
||||
<PageTitle :icon="UserGroupIcon" title="Members"> </PageTitle>
|
||||
<TabBar
|
||||
v-model="activeTab"
|
||||
>
|
||||
<TabBarItem
|
||||
value="all"
|
||||
>All</TabBarItem
|
||||
>
|
||||
<TabBarItem
|
||||
value="invitations"
|
||||
>Invitations</TabBarItem
|
||||
>
|
||||
<TabBar v-model="activeTab">
|
||||
<TabBarItem value="all">All</TabBarItem>
|
||||
<TabBarItem value="invitations">Invitations</TabBarItem>
|
||||
</TabBar>
|
||||
</div>
|
||||
<SecondaryButton
|
||||
|
||||
Reference in New Issue
Block a user