Commit 1db09ffe authored by Hans Muller's avatar Hans Muller

Merge pull request #2857 from HansMuller/two_level_list_fixo

Fixed a typo
parents de8262f4 8107d251
......@@ -2593,7 +2593,7 @@ class KeyedSubtree extends StatelessWidget {
}
assert(!debugItemsHaveDuplicateKeys(itemsWithUniqueKeys));
return items;
return itemsWithUniqueKeys;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment