Skip to content

Commit

Permalink
Assert ToastBar
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Dec 6, 2024
1 parent 1daf91c commit 24a2530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/synapse-interface/components/toast/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React from 'react'
import { Toaster as HotToaster, ToastBar } from 'react-hot-toast'
import { Toaster as HotToaster, ToastBar as HotToastBar } from 'react-hot-toast'
import ToastContent from './ToastContent'

const Toaster = HotToaster as React.FC<any>
const ToastBar = HotToastBar as React.FC<any>

export default function CustomToaster(): React.ReactElement {
return (
Expand Down

0 comments on commit 24a2530

Please sign in to comment.