Skip to content

Commit

Permalink
undoing my attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dessieowens-signifyd committed Oct 29, 2021
1 parent c4d76d7 commit 797c4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ComicListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Props {
export const ComicListing: FC<Props> = ({comic}) => {


const [likedComics, setLikedComics] = React.useContext<object[]>(LikedComicsContext)
const [likedComics, setLikedComics] = React.useContext(LikedComicsContext)

function handleAdd() {

Expand Down

0 comments on commit 797c4b9

Please sign in to comment.