Skip to content

Commit

Permalink
fix: #94
Browse files Browse the repository at this point in the history
  • Loading branch information
geoidesic committed Sep 10, 2024
1 parent 1c833d2 commit f28c14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ div
//- .flex2
//- input.left(type="text" value="{tokenValue}" on:input="{handleTokenNameInput}")
+if("!$isLevelUp")
button.mt-xs(type="button" role="button" on:mousedown="{clickCreateHandler}") Create Character
//- button.mt-xs(type="button" role="button" on:mousedown="{clickCreateHandler}") Create Character
.flex1
ProgressBar(progress="{progress}")
+if("$progress != '100'")
Expand Down

0 comments on commit f28c14f

Please sign in to comment.