You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user