re-add brackets

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-21 17:50:32 +01:00
parent 1dfd62c142
commit f539a960e1

View file

@ -52,7 +52,7 @@ export default class ToastContainer extends React.Component {
let countIndicator;
if (isStacked) {
countIndicator = `1/${totalCount}`;
countIndicator = `(1/${totalCount})`;
}
const toastProps = Object.assign({}, props, {