Skip to content

Commit b69c3a4

Browse files
committed
update based on suggestion
1 parent 4cf58f0 commit b69c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/configurations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const configureServices = ({ data, path }) => {
1515
: DEFAULT_WARE_IMAGE
1616

1717
return {
18-
description: ware.description,
18+
description: ware.description === '' ? ware.snippet : ware.description,
1919
id: ware.id,
2020
img,
2121
name: ware.name,

0 commit comments

Comments
 (0)