Skip to content

Commit a2e323c

Browse files
IMB11Copilot
andauthored
fix: MOD-292 repair button showing during installation (#3734)
* fix: MOD-292 repair button showing during installation * fix: lint * Update apps/app-frontend/src/pages/instance/Index.vue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: IMB11 <hendersoncal117@gmail.com> * fix: lint issues --------- Signed-off-by: IMB11 <hendersoncal117@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f8fb23e commit a2e323c

File tree

1 file changed

+5
-1
lines changed
  • apps/app-frontend/src/pages/instance

1 file changed

+5
-1
lines changed

apps/app-frontend/src/pages/instance/Index.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
<template #actions>
3333
<div class="flex gap-2">
3434
<ButtonStyled
35-
v-if="instance.install_stage.includes('installing')"
35+
v-if="
36+
['installing', 'pack_installing', 'minecraft_installing'].includes(
37+
instance.install_stage,
38+
)
39+
"
3640
color="brand"
3741
size="large"
3842
>

0 commit comments

Comments
 (0)