From 85826f448f717e96f2350102cb06ab547e8289c7 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 16 Apr 2020 10:53:47 -0500 Subject: [PATCH] docs(notification): update timestamp to match docs (#5863) --- .../react/src/components/Notification/Notification-story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Notification/Notification-story.js b/packages/react/src/components/Notification/Notification-story.js index 825c449ad2db..bce534f0bb54 100644 --- a/packages/react/src/components/Notification/Notification-story.js +++ b/packages/react/src/components/Notification/Notification-story.js @@ -44,7 +44,7 @@ storiesOf('Notifications', module) .add('Toast', () => ( ))