X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/45169570ad44e6d2a2fa37be4d1796d66fd6697e..519b431a41a9ab4815a1e4180ee78395b74a85de:/src/store/favorites/favorites-reducer.ts diff --git a/src/store/favorites/favorites-reducer.ts b/src/store/favorites/favorites-reducer.ts index 9599db07..e38ea954 100644 --- a/src/store/favorites/favorites-reducer.ts +++ b/src/store/favorites/favorites-reducer.ts @@ -12,4 +12,4 @@ export const favoritesReducer = (state: FavoritesState = {}, action: FavoritesAc default: () => state }); -export const isFavorite = (uuid: string, state: FavoritesState) => state[uuid] === true; \ No newline at end of file +export const checkFavorite = (uuid: string, state: FavoritesState) => state[uuid] === true; \ No newline at end of file