mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
refactor: optimization of train schedules
This commit is contained in:
@@ -60,10 +60,7 @@ export default defineComponent({
|
||||
htmlChangelog() {
|
||||
if (this.mainStore.appUpdate == null) return '';
|
||||
|
||||
const x = converter.makeHtml(this.mainStore.appUpdate.changelog);
|
||||
console.log(x);
|
||||
|
||||
return x;
|
||||
return converter.makeHtml(this.mainStore.appUpdate.changelog);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user