mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
revert mod.index on list section
I have no idea how this was changed, but it breaks stuff
This commit is contained in:
parent
632799cb44
commit
a05b5499de
@ -1,7 +1,7 @@
|
|||||||
@foreach ($sections as $section)
|
@foreach ($sections as $section)
|
||||||
@include('components.mod-list-section-partial', [
|
@include('components.mod-list-section-partial', [
|
||||||
'title' => $section['title'],
|
'title' => $section['title'],
|
||||||
'mod.index' => $section['mod.index'],
|
'mods' => $section['mods'],
|
||||||
'versionScope' => $section['versionScope'],
|
'versionScope' => $section['versionScope'],
|
||||||
])
|
])
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user