X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Frounds%2FItem.js;h=3197f6d9aa64da0a8df2c68a02b7f1a522deae7b;hb=72d6c25d3b1a6d79843d5673ba78804dd442ae39;hp=92f55a06791098adda7b299ebf241665874ccdff;hpb=45f1e92a30b00dfcf4304dc70126e813df9f4a10;p=alttp.git diff --git a/resources/js/components/rounds/Item.js b/resources/js/components/rounds/Item.js index 92f55a0..3197f6d 100644 --- a/resources/js/components/rounds/Item.js +++ b/resources/js/components/rounds/Item.js @@ -51,7 +51,7 @@ const Item = ({ {i18n.t('rounds.date', { date: new Date(round.created_at) })}

- {round.code ? + {round.code && round.code.length ? <>