1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

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; let countIndicator;
if (isStacked) { if (isStacked) {
countIndicator = `1/${totalCount}`; countIndicator = `(1/${totalCount})`;
} }
const toastProps = Object.assign({}, props, { const toastProps = Object.assign({}, props, {