Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Dec 26, 2024
1 parent 537611e commit 51b713e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const TcConnectedTelegram: React.FC<TcConnectedTelegramProps> = ({
};

return (
<div>
<div className='flex flex-row space-x-3'>
{platforms &&
platforms[0]?.name === 'telegram' &&
platforms.map((platform, index) => (
Expand Down

0 comments on commit 51b713e

Please sign in to comment.