Skip to content

Commit

Permalink
[#2684] Fix refresh inbox (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten authored Jan 10, 2022
1 parent 56d142b commit 8b1e1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/ui/src/pages/Inbox/MessageInput/InputOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ export const InputOptions = (props: Props) => {
</div>
</button>

{mediaResolverComponentsConfig.enabled &&
{mediaResolverComponentsConfig &&
mediaResolverComponentsConfig.enabled &&
(source === 'facebook' ||
source === 'instagram' ||
source === 'google' ||
Expand Down

0 comments on commit 8b1e1e9

Please sign in to comment.