Skip to content

Commit

Permalink
remove erronous export string (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki authored Jul 11, 2024
1 parent f1fab68 commit a6e5967
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,10 @@ const LearningResourceListCard: React.FC<LearningResourceListCardProps> = ({
{editMenu}
</ListCard.Actions>
<ListCard.Footer>
export{" "}
<BorderSeparator>
<Count resource={resource} />
<StartDate resource={resource} />
<Format resource={resource} />
export{" "}
</BorderSeparator>
</ListCard.Footer>
</ListCard>
Expand Down

0 comments on commit a6e5967

Please sign in to comment.