Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
meganiksel committed Dec 26, 2023
1 parent 1165260 commit 0d639c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/CustomBanner/CustomBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const CustomBanner: React.FC<CustomBannerProps> = ({
}

const textCommands = commands?.join(' && ') || '';
// const textCommands = '12312';

return (
<AnimateBlock className={b()} animate={animated}>
Expand Down

0 comments on commit 0d639c0

Please sign in to comment.