limit price display fix
This commit is contained in:
@@ -41,7 +41,7 @@ export const useStore = defineStore('app', ()=> {
|
||||
const timeZone = ref('Etc/UTC')
|
||||
|
||||
const nav = ref(false) // controls opening navigation drawer
|
||||
const theme = ref('dark')
|
||||
const theme = ref('light') // todo 'dark'
|
||||
|
||||
const connected = ref(false)
|
||||
const allowed = ref(!REQUIRE_AUTH)
|
||||
|
||||
Reference in New Issue
Block a user