Skip to content

Commit

Permalink
COTECH-691 fix type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej 'nAndy' Łukaszewski committed Sep 22, 2023
1 parent 44c0148 commit 585461d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const JwPlayerWrapperWithStrategyRules: React.FC<JwPlayerWrapperProps> = ({
id: jwPlayerContainerEmbedId,
});

return '';
return <></>;
};

export default React.memo(JwPlayerWrapperWithStrategyRules);

0 comments on commit 585461d

Please sign in to comment.