revert mod.index on list section

I have no idea how this was changed, but it breaks stuff
This commit is contained in:
IsWaffle 2024-08-05 10:10:00 -04:00
parent 632799cb44
commit a05b5499de

View File

@ -1,7 +1,7 @@
@foreach ($sections as $section)
@include('components.mod-list-section-partial', [
'title' => $section['title'],
'mod.index' => $section['mod.index'],
'mods' => $section['mods'],
'versionScope' => $section['versionScope'],
])
@endforeach