From dc27ac3a15147aa1eb42c5ff29562a4dab466064 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Wed, 18 May 2022 10:51:33 -0600 Subject: [PATCH] Remove test growl --- src/components/GrowlNotification/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/GrowlNotification/index.js b/src/components/GrowlNotification/index.js index ed212fcde76d..6d7fe9f2417a 100644 --- a/src/components/GrowlNotification/index.js +++ b/src/components/GrowlNotification/index.js @@ -12,7 +12,7 @@ import * as Expensicons from '../Icon/Expensicons'; import styles from '../../styles/styles'; import GrowlNotificationContainer from './GrowlNotificationContainer'; import CONST from '../../CONST'; -import Growl, {setIsReady} from '../../libs/Growl'; +import * as Growl from '../../libs/Growl'; const types = { [CONST.GROWL.SUCCESS]: { @@ -46,8 +46,7 @@ class GrowlNotification extends Component { } componentDidMount() { - Growl.show('test', CONST.GROWL.SUCCESS); - setIsReady(); + Growl.setIsReady(); } /**