We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf58f0 commit b69c3a4Copy full SHA for b69c3a4
utils/api/configurations.js
@@ -15,7 +15,7 @@ export const configureServices = ({ data, path }) => {
15
: DEFAULT_WARE_IMAGE
16
17
return {
18
- description: ware.description,
+ description: ware.description === '' ? ware.snippet : ware.description,
19
id: ware.id,
20
img,
21
name: ware.name,
0 commit comments