diff client/src/components/importoverview/LogDetail.vue @ 4340:4d0a09ae0828

STSH: Review
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Sep 2019 11:15:49 +0200
parents 45307cf4931a
children 8c0f2377ff47
line wrap: on
line diff
--- a/client/src/components/importoverview/LogDetail.vue	Thu Sep 05 17:18:31 2019 +0200
+++ b/client/src/components/importoverview/LogDetail.vue	Fri Sep 06 11:15:49 2019 +0200
@@ -102,7 +102,7 @@
       return this.kind === "BN" || this.kind === "UBN";
     },
     isST() {
-      return this.kind === "ST";
+      return this.kind === "STSH";
     },
     isSEC() {
       return this.kind === "SEC";