Remove extra space from output

This commit is contained in:
D. Berge
2020-08-29 10:36:04 +02:00
parent a5fe545885
commit d863f4221d

View File

@@ -8,8 +8,10 @@
</v-card-title>
<v-card-subtitle v-if="projectInfo.fsp">
Started on {{ projectInfo.fsp.tstamp.substring(0,10) }}
at {{ projectInfo.fsp.tstamp.substring(11, 19) }}
{{ projectInfo.fsp.tstamp.substring(projectInfo.fsp.tstamp.length-6) == "+00:00" ? "Z" : " LT" }}
at {{
projectInfo.fsp.tstamp.substring(11, 19) +
(projectInfo.fsp.tstamp.substring(projectInfo.fsp.tstamp.length-6) == "+00:00" ? "Z" : " LT")
}}
</v-card-subtitle>
<v-card-subtitle v-else>
No production yet