Skip to content

Commit aff67f8

Browse files
committed
pending edits
1 parent 25fab56 commit aff67f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/views/Edit.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ function mergeTags(forward = true) {
118118
return {
119119
currentTag: {
120120
...currentTag.value,
121-
foundPlayer: pendingEdits.value.foundPlayer,
122-
foundTime: pendingEdits.value.foundTime,
123-
foundLocation: pendingEdits.value.foundLocation,
124-
foundImageUrl: pendingEdits.value.foundImageUrl,
121+
foundPlayer: pendingEdits.foundPlayer,
122+
foundTime: pendingEdits.foundTime,
123+
foundLocation: pendingEdits.foundLocation,
124+
foundImageUrl: pendingEdits.foundImageUrl,
125125
},
126126
previousTag: {
127127
...previousTag.value,
128-
mysteryPlayer: pendingEdits.value.mysteryPlayer,
129-
mysteryTime: pendingEdits.value.mysteryTime,
130-
mysteryLocation: pendingEdits.value.mysteryLocation,
131-
mysteryImageUrl: pendingEdits.value.mysteryImageUrl,
128+
mysteryPlayer: pendingEdits.mysteryPlayer,
129+
mysteryTime: pendingEdits.mysteryTime,
130+
mysteryLocation: pendingEdits.mysteryLocation,
131+
mysteryImageUrl: pendingEdits.mysteryImageUrl,
132132
},
133133
}
134134
}

0 commit comments

Comments
 (0)