Skip to content

Commit dff8f65

Browse files
committed
Fixed no glycan bug
1 parent cc19976 commit dff8f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/src/pages/Home/HomeSection.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function HomeSection() {
5353
}
5454

5555
if (x.size() == 0 ) {
56-
setLoadingText("There were no detected glycans in this file.")
56+
setFailureText("There were no detected glycans in this model.")
5757
setFallBack(true)
5858
}
5959

0 commit comments

Comments
 (0)