]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/rounds/Item.js
basic seed code input
[alttp.git] / resources / js / components / rounds / Item.js
index 92f55a06791098adda7b299ebf241665874ccdff..3197f6d9aa64da0a8df2c68a02b7f1a522deae7b 100644 (file)
@@ -51,7 +51,7 @@ const Item = ({
                                {i18n.t('rounds.date', { date: new Date(round.created_at) })}
                        </p>
                        <p className="seed">
-                               {round.code ?
+                               {round.code && round.code.length ?
                                        <>
                                                <SeedCode code={round.code} game={round.game || 'alttpr'} />
                                                <br />