Skip to content

Commit 2d9a1b4

Browse files
authored
Merge pull request #23 from ruchit288/main
Remove unwanted suggestion.
2 parents 5c09d50 + 2e2ea81 commit 2d9a1b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/fail_standard_table.blade.php

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class="px-2 font-bold bg-blue text-white"> {{ str_replace("_", ' ', $tableStatus
99
@foreach ($tableStatus['table_comment'] as $commentKey => $comment)
1010
<li>
1111
<span class="text-yellow">{{ $comment }}</span>
12-
<span class="text-green">( {{ $commentKey }} )</span>
1312
</li>
1413
@endforeach
1514
</ol>

0 commit comments

Comments
 (0)