mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 20:22:51 +00:00
Amazing typo fix
This commit is contained in:
parent
45b8d2f0d5
commit
ed7645ff78
@ -64,7 +64,7 @@ export default {
|
||||
realityReminderClass() {
|
||||
return {
|
||||
"c-reality-reminder": true,
|
||||
"c-reality-reminder-pointer": this.canReality && "this.suggestions.length !== 0",
|
||||
"c-reality-reminder-pointer": this.canReality && this.suggestions.length !== 0,
|
||||
};
|
||||
},
|
||||
dropDownIconClass() {
|
||||
|
Loading…
Reference in New Issue
Block a user