This commit is contained in:
aaron 2023-08-09 20:08:23 +01:00
parent eab45f4ee5
commit 747ca4858d

View file

@ -155,7 +155,7 @@ Maps each index in a table source to an object.
local items = source {} :: () -> Array<Item>
local displays = indexes(numbers, function(item, i)
local displays = indexes(items, function(item, i)
return ItemDisplay {
Name = function()
return item().name