Skip to content

Commit 92fd95f

Browse files
committed
Fix wrong negation on if
1 parent 7ee3bd1 commit 92fd95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class="inline-flex text-xs"
216216
</span>
217217
</h1>
218218
</div>
219-
@if (!config('request-docs.show_development_metadata'))
219+
@if (config('request-docs.show_development_metadata'))
220220
<table class="table-fixed text-sm mt-5">
221221
<tbody>
222222
<tr>

0 commit comments

Comments
 (0)