diff --git a/dashboard/.gitignore b/dashboard/.gitignore index c87c9b392..ac1d86afd 100644 --- a/dashboard/.gitignore +++ b/dashboard/.gitignore @@ -4,6 +4,7 @@ /node_modules /.pnp .pnp.js +/package-lock.json # testing /coverage diff --git a/dashboard/components/toast/Toast.tsx b/dashboard/components/toast/Toast.tsx index 741e329ab..ee1308a42 100644 --- a/dashboard/components/toast/Toast.tsx +++ b/dashboard/components/toast/Toast.tsx @@ -29,11 +29,11 @@ function Toast({ hasError, title, message, dismissToast }: ToastProp) { } )} > -
{title}
+{title}