Skip to content

Commit

Permalink
fix study group list translation
Browse files Browse the repository at this point in the history
  • Loading branch information
danicuki committed Jun 13, 2024
1 parent 5d9f80e commit 4bad854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Card/StudyGroup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ export function StudyGroupCard({ studyGroup }) {
)}
{showMore && (
<div>
<Text>{studyGroup.description}</Text>
<Text>
<RenderField object={studyGroup} field="description" />
</Text>
<Button
css={{ margin: 'auto', mt: '$10' }}
onPress={() => setShowMore(false)}
Expand Down

0 comments on commit 4bad854

Please sign in to comment.