Skip to content

Commit

Permalink
Remove test growl
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed May 18, 2022
1 parent 7049189 commit dc27ac3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/GrowlNotification/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]: {
Expand Down Expand Up @@ -46,8 +46,7 @@ class GrowlNotification extends Component {
}

componentDidMount() {
Growl.show('test', CONST.GROWL.SUCCESS);
setIsReady();
Growl.setIsReady();
}

/**
Expand Down

0 comments on commit dc27ac3

Please sign in to comment.