Skip to content

Commit f066e62

Browse files
committed
fix(members): properly render attending text
1 parent 7ce4cd4 commit f066e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Private/Members/MembersDetail.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
</h1>
3030
<i18n-t
3131
v-if="member?.attending"
32-
class="flex min-w-48 shrink flex-col text-gray-500 sm:items-end sm:text-sm"
32+
class="text-sm font-medium text-gray-500"
3333
keypath="members.detail.profile.attending"
3434
scope="global"
3535
tag="p">
3636
<template v-if="!!member?.location" #location>
37-
<span class="inline-block font-medium text-gray-900">
37+
<span class="inline font-medium text-gray-900">
3838
{{ $t(`members.detail.profile.location.${member.location}`) }}
3939
</span>
4040
</template>

0 commit comments

Comments
 (0)