Skip to content

Commit 66e5384

Browse files
authored
Merge pull request #62 from kkumarcodes/feature/notification
notification ui
2 parents 1602ff6 + 6032df3 commit 66e5384

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/modules/cms/pages/admin/all/Notification.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ export default function Notification() {
3030
}, []);
3131

3232
return (
33-
<div>
34-
<ToastContainer hideProgressBar />
35-
</div>
33+
<ToastContainer hideProgressBar />
3634
);
3735
}
3836

src/modules/cms/pages/frontStore/all/Notification.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ export default function Notification() {
3030
}, []);
3131

3232
return (
33-
<div>
34-
<ToastContainer hideProgressBar autoClose={false} />
35-
</div>
33+
<ToastContainer hideProgressBar autoClose={false} />
3634
);
3735
}
3836

0 commit comments

Comments
 (0)