Typo
This commit is contained in:
parent
a2a89f7e59
commit
a8ae9b02f9
@ -39,7 +39,7 @@ export default class ModalStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@computed get showUpgrade () {
|
@computed get showUpgrade () {
|
||||||
return !closed && Date.now() >= this.remindAt;
|
return !this.closed && Date.now() >= this.remindAt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@action closeModal = () => {
|
@action closeModal = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user