Update ToastPresenter.tsx (#19296)

This commit is contained in:
David Aaron Suddjian
2022-03-22 01:10:43 -07:00
committed by GitHub
parent f9feb1b7f3
commit 35b8a72dae

View File

@@ -81,7 +81,7 @@ type ToastPresenterProps = Partial<VisualProps> & {
export default function ToastPresenter({
toasts,
removeToast,
position = 'top',
position = 'bottom',
}: ToastPresenterProps) {
return (
<>