feature/IO-3000-messaging-sockets-migrations2 -
- Checkpoint, archiving works, cannot unarchive yet Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -15,6 +15,7 @@ export default function ChatConversationComponent({
|
||||
}) {
|
||||
const [loading, error] = subState;
|
||||
|
||||
if (conversation?.archived) return null;
|
||||
if (loading) return <LoadingSkeleton />;
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user