Skip to content

Commit

Permalink
refactor: change label in DocumentViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Aug 9, 2023
1 parent 81ada57 commit a9cf8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DocumentViewer/DocumentViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const DocumentViewer: React.FC<DocumentViewerProps> = ({ deidentified, open, han
<>
<Tabs value={selectedTab} onChange={handleTabChange}>
{!deidentified && <Tab label="PDF" value="pdf" />}
<Tab label="Fichier brut" value="raw" />
<Tab label="Texte brut pseudonymisé" value="raw" />
</Tabs>
<>
{selectedTab === 'raw' && (
Expand Down

0 comments on commit a9cf8d0

Please sign in to comment.