Konflikt lösen Button eigener Event Detailansicht
This commit is contained in:
parent
eb537e7d52
commit
21d96597cc
@ -379,11 +379,11 @@
|
||||
|| (!isRegistered && (isFull || isRegistrationClosed))
|
||||
|| (isRegistered && deregInfo.isClosed);
|
||||
const actionButtonVariantClass = isOwnEvent
|
||||
? ' button-primary'
|
||||
? ' button-primary-eigener-event'
|
||||
: isRegistered
|
||||
? ' button-primary-abmelden '
|
||||
: isRegistrationClosed
|
||||
? ' button-primary-abmelden '
|
||||
? ' button-primary '
|
||||
: ' button-primary ';
|
||||
const shouldRevealAddress = Boolean(event.address) && isAddressVisibleWindow(event) && hasAddressAccess;
|
||||
const addressPanelMarkup = shouldRevealAddress
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user