File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/frontendmu-nuxt/components/auth Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,13 @@ const currentEventRsvpDetail = arrayOfEventRsvpDetail && arrayOfEventRsvpDetail[
175
175
</template >
176
176
177
177
<!-- {{ currentEventRsvpDetail }} -->
178
+ <BaseButton v-if =" rsvpPaneOpen" @click =" rsvpPaneOpen = false" color =" neutral" >
179
+ Close
180
+ </BaseButton >
178
181
179
182
<!-- @click="rsvpToCurrentMeetup(meetupId)" -->
180
- <BaseButton v-if =" !rsvpPaneOpen" @click =" rsvpPaneOpen = true"
181
- :color =" isAttendingCurrentEvent ? 'success' : 'primary'" >
182
- {{ isAttendingCurrentEvent ? rsvpPaneOpen ? 'Close' : 'Attending' : 'Attend'
183
- }}
183
+ <BaseButton v-if =" !rsvpPaneOpen" @click =" rsvpPaneOpen = true" :color =" isAttendingCurrentEvent ? 'success' : 'primary'" >
184
+ {{ isAttendingCurrentEvent ? 'Attending' : 'Attend' }}
184
185
</BaseButton >
185
186
186
187
<!-- <BaseButton :color="'neutral'">
You can’t perform that action at this time.
0 commit comments