We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc80625 commit 9983980Copy full SHA for 9983980
1 file changed
Eplant/views/InteractionsViewer/InteractionsView.tsx
@@ -156,15 +156,15 @@ export const InteractionsViewObject = () => {
156
])
157
158
if (!geneticElement) {
159
- return (
160
- <LoadingPage
161
- loadingAmount={loadAmount}
162
- gene={geneticElement}
163
- view={InteractionsView}
164
- error={ViewDataError.UNSUPPORTED_GENE}
165
- ></LoadingPage>
166
- )
167
- } else if (isError) {
+ return (
+ <LoadingPage
+ loadingAmount={loadAmount}
+ gene={geneticElement}
+ view={InteractionsView}
+ error={ViewDataError.UNSUPPORTED_GENE}
+ ></LoadingPage>
+ )
+ } else if (isError) {
168
return (
169
<LoadingPage
170
loadingAmount={loadAmount}
0 commit comments