Merge branch '15020-collection-with-the-same-content-adress'
[arvados-workbench2.git] / src / store / collection-panel / collection-panel-reducer.ts
index 55829cb5d094b8e4b9dbddd313dffa256f78eb6f..f09b019873e98e09b082a638a3f12a5b0eea93b2 100644 (file)
@@ -17,5 +17,5 @@ export const collectionPanelReducer = (state: CollectionPanelState = initialStat
     collectionPanelActions.match(action, {
         default: () => state,
         SET_COLLECTION: (item) => ({ ...state, item }),
-        LOAD_COLLECTION_SUCCESS: ({ item }) => ({ ...state, item }),
+        LOAD_COLLECTION_SUCCESS: ({ item }) => ({ ...state, item })
     });