Removed Jiffy

This commit is contained in:
rlee1990
2023-06-06 12:11:25 -04:00
parent 4dcc747f94
commit ba3f61fa15
4 changed files with 6 additions and 7 deletions
@@ -108,7 +108,7 @@ class _ConnectedTitleState extends StatelessWidget {
} else {
alternativeWidget = Text(
'${context.translations.userLastOnlineText} '
'${Jiffy(otherMember.user!.lastActive!).fromNow()}',
'${Jiffy(otherMember.user?.lastActive).fromNow()}',
style: textStyle,
);
}