Skip to content

Commit 9983980

Browse files
committed
Prettier fixes
1 parent cc80625 commit 9983980

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Eplant/views/InteractionsViewer/InteractionsView.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ export const InteractionsViewObject = () => {
156156
])
157157

158158
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) {
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) {
168168
return (
169169
<LoadingPage
170170
loadingAmount={loadAmount}

0 commit comments

Comments
 (0)