forked from woem.men/forkey
Merge branch 'main' into feature/friendly-captcha
This commit is contained in:
commit
e35977afd8
1 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ const announcements = {
|
|||
limit: 10,
|
||||
};
|
||||
|
||||
const isTimelineAvailable = ref(instance.policies?.ltlAvailable || instance.policies?.gtlAvailable);
|
||||
const isTimelineAvailable = ref(instance.policies.ltlAvailable || instance.policies.gtlAvailable);
|
||||
|
||||
const showMenu = ref(false);
|
||||
const isDesktop = ref(window.innerWidth >= DESKTOP_THRESHOLD);
|
||||
|
|
Loading…
Reference in a new issue