Skip to content

Commit

Permalink
No longer pass options to toast bar
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Dec 24, 2020
1 parent 0531024 commit 15d5606
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/toaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ export const Toaster: React.FC<ToasterProps> = ({
reverseOrder,
})}
position={position}
options={{
...toastOptions,
...toastOptions?.[t.type],
}}
/>
);
})}
Expand Down

0 comments on commit 15d5606

Please sign in to comment.