MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / columnLabel

Function columnLabel

packages/app-core/src/components/DatabaseBoardView.tsx:73–74  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

71 }
72
73 const columnLabel = (key: string): string =>
74 key === EMPTY_GROUP ? 'No ' + groupField.name.toLowerCase() : optionLabel(groupField, key)
75
76 return (
77 <div className="flex h-full min-h-0 flex-col">

Callers 1

DatabaseBoardViewFunction · 0.85

Calls 1

optionLabelFunction · 0.90

Tested by

no test coverage detected