Skip to content

Commit

Permalink
Remove unused forward ref
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 16, 2022
1 parent faa0f16 commit 59e475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const exitAnimation = (factor: number) => `
const fadeInAnimation = `0%{opacity:0;} 100%{opacity:1;}`;
const fadeOutAnimation = `0%{opacity:1;} 100%{opacity:0;}`;

const ToastBarBase = styled('div', React.forwardRef)`
const ToastBarBase = styled('div')`
display: flex;
align-items: center;
background: #fff;
Expand Down

0 comments on commit 59e475c

Please sign in to comment.