fix(front): remove broken identity check in EventMinimalistCard
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
00d8bc733d
commit
ee6381463d
|
@ -100,13 +100,12 @@
|
||||||
<span v-if="event.participantStats.notApproved > 0">
|
<span v-if="event.participantStats.notApproved > 0">
|
||||||
<o-button
|
<o-button
|
||||||
variant="text"
|
variant="text"
|
||||||
@click="
|
tag="router-link"
|
||||||
gotToWithCheck(participation, {
|
:to="{
|
||||||
name: RouteName.PARTICIPATIONS,
|
name: RouteName.PARTICIPATIONS,
|
||||||
query: { role: ParticipantRole.NOT_APPROVED },
|
query: { role: ParticipantRole.NOT_APPROVED },
|
||||||
params: { eventId: event.uuid },
|
params: { eventId: event.uuid },
|
||||||
})
|
}"
|
||||||
"
|
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
$t(
|
$t(
|
||||||
|
|
Loading…
Reference in a new issue