We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab06162 commit 4a97959Copy full SHA for 4a97959
packages/ui/src/components/billing/PurchaseModal.vue
@@ -99,7 +99,7 @@
99
<div class="flex gap-2 items-center">
100
<p class="my-2 text-lg font-bold">Configure your RAM</p>
101
<IssuesIcon
102
- v-if="customRamGb < 4"
+ v-if="customServerConfig.ramInGb < 4"
103
v-tooltip="'This might not be enough resources for your Minecraft server.'"
104
class="h-6 w-6 text-orange"
105
/>
0 commit comments