Skip to content

Commit 4a97959

Browse files
committed
fix(custom plan): warning icon variable
1 parent ab06162 commit 4a97959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/billing/PurchaseModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<div class="flex gap-2 items-center">
100100
<p class="my-2 text-lg font-bold">Configure your RAM</p>
101101
<IssuesIcon
102-
v-if="customRamGb < 4"
102+
v-if="customServerConfig.ramInGb < 4"
103103
v-tooltip="'This might not be enough resources for your Minecraft server.'"
104104
class="h-6 w-6 text-orange"
105105
/>

0 commit comments

Comments
 (0)