Skip to content

Commit

Permalink
fix: tabnav label in Release log (#373)
Browse files Browse the repository at this point in the history
* fix: tabnav label

* fix: object changed
  • Loading branch information
Wagner3UB authored Oct 23, 2023
1 parent 40f42dd commit c4abcd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ReleaseLog/ReleaseLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ const ReleaseLog = () => {
}

const LOGS_TO_VIEW = [
{ name: 'io-comune', file: ReleaseDCPT },
{ name: 'io-Comune', file: ReleaseDCPT },
{
name: 'io-cittadino',
name: 'io-Cittadino',
file: ReleaseIoCittadino,
},
{ name: 'io-prenoto', file: ReleaseIoPrenoto },
{ name: 'io-Prenoto', file: ReleaseIoPrenoto },
];

const [activeTab, toggleTab] = useState(LOGS_TO_VIEW[0].name);
Expand Down

0 comments on commit c4abcd9

Please sign in to comment.