Skip to content

Commit

Permalink
Build number fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 18, 2022
1 parent b408db2 commit bf1b7d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion interface/layout/app.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
{/if}

<div class="w-full overflow-hidden overflow-y-scroll">
<BuildNumber />
{#if number.startsWith("alpha") || number.startsWith("beta")}
<BuildNumber />
{/if}

{#if $state.updateAvailable}
<UpdateAlert />
Expand All @@ -31,6 +33,7 @@
import { Route, router } from "tinro"
import { onMount } from "svelte"
import { state } from "../stores/state"
import { number } from "../../build.json"
import logger from "interface/utils/logger"
import UpdateAlert from "../components/updateAlert.svelte"
Expand Down

0 comments on commit bf1b7d7

Please sign in to comment.