mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-03 03:48:27 +01:00
eslint
This commit is contained in:
parent
bce750c571
commit
51ea295704
1 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ const Status = {
|
|||
showingLongSubject: false,
|
||||
error: null,
|
||||
// not as computed because it sets the initial state which will be changed later
|
||||
expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject,
|
||||
expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Reference in a new issue