Jimy 6 years ago
parent
commit
e7ae658368
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/admin/sportsfoot/outcome.blade.php

+ 2 - 2
resources/views/admin/sportsfoot/outcome.blade.php

@@ -111,8 +111,8 @@
     </script>
     </script>
 
 
     <script type="text/html" id="totime">
     <script type="text/html" id="totime">
-      @{{#if(d.match_time!=null){ }}
-        <span>@{{ d.match_time}}</span>
+      @{{#if(d.start_time!=null){ }}
+        <span>@{{ d.start_time}}</span>
       @{{#} }}
       @{{#} }}
     </script>
     </script>