Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alnasir7 committed Mar 5, 2021
1 parent 7b4d915 commit f80636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/common/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,13 @@ const Table = ({
})}
</tbody>
) : data.length === 0 ? (
<h1>No items to show</h1>
<h1>No items to show.</h1>
) : (
<h1>No matches were found. Please change your filters.</h1>
)}
</table>
) : (
<h1>Nothing to Show</h1>
<h1>Nothing to Show.</h1>
)}
{pageOptions.length > 1 && (
<div className="is-clearfix">
Expand Down

0 comments on commit f80636f

Please sign in to comment.