Files
cadhub/web/src/components/PartsOfUserCell/PartsOfUserCell.mock.js
Kurt Hutten 5dc14a6e5a issue-152 wasn't quiet solved correctly it showed all parts
on the user's profile instead of only their own parts
2020-12-13 13:41:46 +11:00

7 lines
129 B
JavaScript

// Define your own mock data here:
export const standard = (/* vars, { ctx, req } */) => ({
partsOfUser: {
id: 42,
},
})