Skip to content

Commit

Permalink
refactor(toastr):Changed "" to ``
Browse files Browse the repository at this point in the history
  • Loading branch information
RangarajKaushikSundar authored Jun 13, 2016
1 parent 00817d9 commit 87e38e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToastContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default class ToastContainer extends Component {

_handle_toast_remove(toastId) {
if (this.props.preventDuplicates) {
this.state.previousMessage = "";
this.state.previousMessage = ``;
}
const operationName = `${this.props.newestOnTop ? `reduceRight` : `reduce`}`;
this.state.toasts[operationName]((found, toast, index) => {
Expand Down

0 comments on commit 87e38e4

Please sign in to comment.