Skip to content

Commit 7cb13d6

Browse files
committed
refactor: use SYNC_FEEDBACK_NONE consistently
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 1e17f58 commit 7cb13d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/mmu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export default class MmuMixin extends Vue {
371371
}
372372

373373
get syncFeedbackState (): string {
374-
return this.mmuState?.sync_feedback_state ?? ''
374+
return this.mmuState?.sync_feedback_state ?? this.SYNC_FEEDBACK_NONE
375375
}
376376

377377
readonly SYNC_FEEDBACK_COMPRESSED = 'compressed'

0 commit comments

Comments
 (0)