Skip to content

Commit

Permalink
Fixed product implementation for sendanor/project-sendanor.fi#133
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Jul 19, 2024
1 parent 888b377 commit 15f281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/types/product/Product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function explainProduct (value: any) : string {
'updated',
'created',
]),
explainProperty("isArrayOf", explainString(value?.isArrayOf)),
explainProperty("id", explainString(value?.id)),
explainProperty("type", explainProductType(value?.type)),
explainProperty("title", explainString(value?.title)),
explainProperty("summary", explainString(value?.summary)),
Expand Down

0 comments on commit 15f281e

Please sign in to comment.