diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 708eeb8d..d5fb1106 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -167,8 +167,11 @@ let MakeRepresentation = (props) => { day + "-" + ("0" + repDate.getHours()).slice(-2) + + ":" + ("0" + repDate.getMinutes()).slice(-2) + + ":" + ("0" + repDate.getSeconds()).slice(-2) + + ":" + "_-_" + repCap + "_-_" +