Skip to content

Commit

Permalink
unnamespace toast id
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna committed Sep 27, 2017
1 parent 3b60e32 commit 873a617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ReactDOM from 'react-dom';
import Toast from './Toast';

const useToast = true;
const domId = 'create-react-app-toast';
const domId = 'toast';
let dom = document.getElementById(domId);

if (!dom) {
Expand Down

0 comments on commit 873a617

Please sign in to comment.