Skip to content

Commit 3cbe300

Browse files
committed
Update Rfam state
1 parent 8ee8612 commit 3cbe300

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/reducers/rootReducer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const rootReducer = function (state = initialState, action) {
182182
textSearchError: false,
183183
infernalStatus: "loading",
184184
infernalEntries: [],
185+
infernalAlignmentsCollapsed: true,
185186
exactMatch: null,
186187
filter: "",
187188
});
@@ -228,6 +229,7 @@ const rootReducer = function (state = initialState, action) {
228229
textSearchError: false,
229230
infernalStatus: "notSubmitted",
230231
infernalEntries: [],
232+
infernalAlignmentsCollapsed: true,
231233
fileUpload: false,
232234
rnacentral: false,
233235
});
@@ -251,6 +253,7 @@ const rootReducer = function (state = initialState, action) {
251253
textSearchError: false,
252254
infernalStatus: "notSubmitted",
253255
infernalEntries: [],
256+
infernalAlignmentsCollapsed: true,
254257
fileUpload: false,
255258
rnacentral: false,
256259
});
@@ -275,6 +278,7 @@ const rootReducer = function (state = initialState, action) {
275278
textSearchError: false,
276279
infernalStatus: "notSubmitted",
277280
infernalEntries: [],
281+
infernalAlignmentsCollapsed: true,
278282
fileUpload: false,
279283
exactMatch: null,
280284
rnacentral: false,

0 commit comments

Comments
 (0)