X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fusers%2FParticipation.js;h=9b7228e7f2a34f46024645f323af82641fdac4f7;hb=a8385f5f7ae1eec0fa85bd75ed08439b28ed700e;hp=b12adff897fdd964b6fd4af36bd487709031845e;hpb=2beac530a8a4a9e5800b197a8fdd42f6a1ffba9d;p=alttp.git diff --git a/resources/js/components/users/Participation.js b/resources/js/components/users/Participation.js index b12adff..9b7228e 100644 --- a/resources/js/components/users/Participation.js +++ b/resources/js/components/users/Participation.js @@ -55,6 +55,9 @@ const Participation = ({ user }) => { {!p.tournament.locked && isRunner(p) ? * : null} + {p.tournament.no_record ? + † + : null} {p.roles ? p.roles.map((role, index) =>