Skip to content

Commit

Permalink
feat: refactor ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 committed Apr 25, 2024
1 parent bcfcbd4 commit 775ed0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const fetchSettings = async () => {
onMounted(async () => {
await fetchSettings();
if (!isMobile && settings.value.ad_client) {
if (!isMobile.value && settings.value.ad_client) {
(window.adsbygoogle = window.adsbygoogle || []).push({});
(window.adsbygoogle = window.adsbygoogle || []).push({});
}
Expand Down

0 comments on commit 775ed0d

Please sign in to comment.