Skip to content

Commit

Permalink
unnamespace toast id
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna committed May 31, 2017
1 parent a1d1766 commit 5ddd212
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 5ddd212

Please sign in to comment.