Skip to content

Commit

Permalink
Update ToastPresenter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian authored Mar 22, 2022
1 parent f9feb1b commit a85b8f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type ToastPresenterProps = Partial<VisualProps> & {
export default function ToastPresenter({
toasts,
removeToast,
position = 'top',
position = 'bottom',
}: ToastPresenterProps) {
return (
<>
Expand Down

0 comments on commit a85b8f7

Please sign in to comment.