We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1d327 commit 54efd51Copy full SHA for 54efd51
1 file changed
src/app/page.tsx
@@ -193,11 +193,13 @@ export default function Home() {
193
</CopyButton>
194
}
195
/>
196
- <Text c="red" size="sm">
197
- Make sure to read the docker-compose file and the bash
198
- scripts. Only run the command if you accept running these on
199
- your own risk.
200
- </Text>
+ {installationCommand && (
+ <Text c="red" size="sm">
+ Make sure to read the docker-compose file and the bash
+ scripts. Only run the command if you accept running these
+ on your own risk.
201
+ </Text>
202
+ )}
203
<Button
204
disabled={!installationCommand || !currentConfigIsUploaded}
205
onClick={() => {
0 commit comments