Skip to content

Commit

Permalink
Run prettier :(
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello authored and dnlsilva committed Feb 9, 2022
1 parent 78f6d83 commit 60804b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ThreadMessagesView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class ThreadMessagesView extends React.Component<IThreadMessagesViewProps, IThre
protectedFunction((t: any) => {
Object.assign(t, newThread);
})
);
);
} catch {
return null;
}
Expand Down

0 comments on commit 60804b9

Please sign in to comment.