mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
fix paramsChanged func in realtime component
This commit is contained in:
parent
7cf241ecf0
commit
6f97341e42
@ -33,7 +33,8 @@ class Realtime extends Component {
|
||||
}
|
||||
|
||||
paramsChanged(o, n) {
|
||||
return o.siteId != n.siteId || o.before != n.before && o.after != n.after;
|
||||
|
||||
return o.siteId != n.siteId || o.before != n.before || o.after != n.after;
|
||||
}
|
||||
|
||||
@bind
|
||||
|
Loading…
x
Reference in New Issue
Block a user