Skip to content

Commit

Permalink
Merge pull request #726 from DTS-STN/fix-oas-fr
Browse files Browse the repository at this point in the history
fix for fr on oas card
  • Loading branch information
shewood committed Aug 28, 2024
2 parents 449158d + f5b323a commit 73e8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/my-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function MyDashboard(props) {
</Card>
)
})}
<OasCard locale="en"></OasCard>
<OasCard locale={props.locale}></OasCard>
</div>
)
}
Expand Down

0 comments on commit 73e8655

Please sign in to comment.