Skip to content

Commit

Permalink
ENG-1 prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
John Huang committed Dec 12, 2024
1 parent 5f8c02b commit 4bbd4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/DAO/loaders/useFavorites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const useSharedAccountFavorites = () => {
);
return {
favoritesList,
setFavoritesList
setFavoritesList,
};
};

export const useAccountFavorites = () => {
const { favoritesList, setFavoritesList } = useBetween(useSharedAccountFavorites)
const { favoritesList, setFavoritesList } = useBetween(useSharedAccountFavorites);
const { addressPrefix } = useNetworkConfig();

const toggleFavorite = (address: Address, name: string) => {
Expand Down

0 comments on commit 4bbd4cb

Please sign in to comment.