Skip to content

Commit

Permalink
update based on suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-cook committed Feb 1, 2024
1 parent 4cf58f0 commit b69c3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api/configurations.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const configureServices = ({ data, path }) => {
: DEFAULT_WARE_IMAGE

return {
description: ware.description,
description: ware.description === '' ? ware.snippet : ware.description,
id: ware.id,
img,
name: ware.name,
Expand Down

0 comments on commit b69c3a4

Please sign in to comment.