re-add brackets
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1dfd62c142
commit
f539a960e1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default class ToastContainer extends React.Component {
|
||||||
|
|
||||||
let countIndicator;
|
let countIndicator;
|
||||||
if (isStacked) {
|
if (isStacked) {
|
||||||
countIndicator = `1/${totalCount}`;
|
countIndicator = `(1/${totalCount})`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const toastProps = Object.assign({}, props, {
|
const toastProps = Object.assign({}, props, {
|
||||||
|
|
Loading…
Reference in a new issue