mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
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;
|
||||
if (isStacked) {
|
||||
countIndicator = `1/${totalCount}`;
|
||||
countIndicator = `(1/${totalCount})`;
|
||||
}
|
||||
|
||||
const toastProps = Object.assign({}, props, {
|
||||
|
|
Loading…
Reference in a new issue