Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed May 6, 2023
1 parent 9552c93 commit ea207d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/database/stories/hidden-stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export default function DatabaseStories({ characters }: Props): JSX.Element {
.filter((character) => character.character_id === characterIndex)
.map((character) => (
<div key={character.character_id}>
<pre>{JSON.stringify(character.hidden_stories, null, 2)}</pre>
{character.hidden_stories.map(
({ name, number, story, image_path }, index) => (
<div key={index} className="my-4">
Expand Down

0 comments on commit ea207d6

Please sign in to comment.