Skip to content

Commit

Permalink
added empty message component
Browse files Browse the repository at this point in the history
Signed-off-by: karan <[email protected]>
  • Loading branch information
16-karan committed Oct 27, 2023
1 parent 7a7eefe commit 1d036fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ConnectionsList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const ConnectionList = () => {
) : (
<div className="bg-white border border-gray-200 rounded-lg shadow-sm 2xl:col-span-2 dark:border-gray-700 sm:p-6 dark:bg-gray-800">
<EmptyListMessage
message={''}
description={"There isn't any data available"}
message={'No Connections'}
description={"You don't have any connection"}
/>
</div>
)}
Expand Down

0 comments on commit 1d036fb

Please sign in to comment.