]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/users/Participation.js
display no_record in participation list
[alttp.git] / resources / js / components / users / Participation.js
index b12adff897fdd964b6fd4af36bd487709031845e..9b7228e7f2a34f46024645f323af82641fdac4f7 100644 (file)
@@ -55,6 +55,9 @@ const Participation = ({ user }) => {
                        {!p.tournament.locked && isRunner(p) ?
                                <span title={i18n.t('participants.placementSubjectToChange')}> *</span>
                        : null}
+                       {p.tournament.no_record ?
+                               <span title={i18n.t('tournaments.noRecord')}> †</span>
+                       : null}
                        </td>
                        <td>
                                {p.roles ? p.roles.map((role, index) =>