changeset 4753:99b400df4217

client: imortoverview (minor): add whitespace to change column
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 18 Oct 2019 17:19:46 +0200
parents f967edb2d893
children 64979fec89a7
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Fri Oct 18 17:15:14 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Fri Oct 18 17:19:46 2019 +0200
@@ -275,7 +275,7 @@
                             el.enqueued
                           }, ${el.user || " "}, ${this.userCountries[el.user] ||
                             " "}, ${el.signer || " "}, ${el.state ||
-                            " "},${el.changed || ""}, ${el.warnings || " "}`;
+                            " "},${el.changed || " "}, ${el.warnings || " "}`;
                         })
                         .join("\n")
                   );