Skip to content

Commit ed1a9ca

Browse files
committed
copy in change from #119 @bobjoe12131
1 parent c876a98 commit ed1a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-admin/src/components/Dashboard/RecipesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function Recipes() {
163163
<ListItemText
164164
primary={<>
165165
{getBagName(bag.bag_id)}
166-
{getBag(bag.bag_id)?.owner_id && <span> (by {getBag(bag.bag_id)!.owner_id})</span>}
166+
{getBag(bag.bag_id)?.owner_id && <span> (by {getOwner(getBag(bag.bag_id)!.owner_id)})</span>}
167167
</>}
168168
secondary={getBagDesc(bag.bag_id)} />
169169
</ListItem>

0 commit comments

Comments
 (0)