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