Skip to content

Commit

Permalink
Merge pull request #64 from glycojones/fix_no_glycan_bug
Browse files Browse the repository at this point in the history
Fixed no glycan bug
  • Loading branch information
Dialpuri authored Nov 10, 2023
2 parents cc19976 + dff8f65 commit dae93f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/src/pages/Home/HomeSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function HomeSection() {
}

if (x.size() == 0 ) {
setLoadingText("There were no detected glycans in this file.")
setFailureText("There were no detected glycans in this model.")
setFallBack(true)
}

Expand Down

0 comments on commit dae93f4

Please sign in to comment.