Skip to content

Commit

Permalink
updated message
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Nov 23, 2022
1 parent 6fff576 commit 4d71ec7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ItemView/ItemView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ function ItemView(props) {
</div> */}
</div>
) : (
<div>Data series not found</div>
<>
<h1>Data series not found...</h1>
</>
);
}

Expand Down

0 comments on commit 4d71ec7

Please sign in to comment.