chore: prettier version bump and related fixes
This commit is contained in:
@@ -44,7 +44,7 @@ const REALTIME_NAVIGATION = [
|
||||
},
|
||||
] as const
|
||||
|
||||
type RealtimeNavTab = typeof REALTIME_NAVIGATION[number]["target"]
|
||||
type RealtimeNavTab = (typeof REALTIME_NAVIGATION)[number]["target"]
|
||||
|
||||
const currentTab = ref<RealtimeNavTab>("websocket")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user