Skip to content

Commit

Permalink
Fixed another issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sirElvin committed Jul 27, 2024
1 parent 4762fe3 commit 9506252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nepalingo-web/src/components/Flashcard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const Flashcard: React.FC = () => {
<Card
Word={word}
TranslatedWord={meaning?.meaningOriginal || ""}
DevenagiriSpelling={meaning?.meaningNp || ""}
Pronunciation={meaning?.meaningOriginal || ""}
ImageUrl={meaning?.image?.uri || ""}
PronounciationUrl={meaning?.audio?.uri}
Expand Down

0 comments on commit 9506252

Please sign in to comment.