Skip to content

Commit

Permalink
Merge pull request #231 from reapit/fix/info-text
Browse files Browse the repository at this point in the history
fix: info text when empty developer
  • Loading branch information
duong-se authored Jan 20, 2020
2 parents ee33e7c + 7e827a1 commit 5b5281f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/elements",
"version": "0.5.33",
"version": "0.5.34",
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
"main": "dist/index.js",
"umd:main": "dist/elements.umd.production.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const infoText = (infoType: InfoType) => {
case 'ADMIN_APPROVALS_EMPTY':
return 'There are no updates that require approval'
case 'DEVELOPER_EMPTY':
return 'There is no developer as your search criteria'
return 'Unfortunately, there are no results that match your search criteria, please try again'
default:
return ''
}
Expand Down

0 comments on commit 5b5281f

Please sign in to comment.