MCPcopy Create free account
hub / github.com/Packstack-Tech/packstack / renderEmptyList

Function renderEmptyList

frontend/src/app/components/PackItems/index.tsx:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 const weightByCategory = getWeightByCategory(weightUnit, items);
27
28 const renderEmptyList = () => (
29 <MessageArea>
30 Select items from your inventory to begin<br/> building your packing list.
31 </MessageArea>
32 );
33
34 const update = (id: number, field: string, value: string | number | boolean) => {
35 updateItem(id, field, value);

Callers 1

PackItemsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected