fix not showing first membership events
This commit is contained in:
parent
0e984fd95b
commit
a7ccf0ff00
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class EventRenderer extends ConsumerWidget {
|
|||
MembershipContent content => switch (event.previousContent) {
|
||||
MembershipContent(:final status) =>
|
||||
status == content.status ? null : MembershipRenderer(event),
|
||||
_ => null,
|
||||
_ => MembershipRenderer(event),
|
||||
},
|
||||
|
||||
AvatarContent() => GenericEventRenderer(Icons.interests, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue