Skip to content

Commit

Permalink
commit 28 nov 14h30
Browse files Browse the repository at this point in the history
  • Loading branch information
bturcotte committed Nov 28, 2024
1 parent 41b5aa1 commit c716403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs/StartTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const StartTab = ({ disabled, record, updateRecord, handleUpdateRecord, userID }
const regionInfo = regions[region];
const [showShareRecord, setShowShareRecord] = useState(false)
const mounted = useRef(false);
const themes = themesList.map((language) => {language});
const themes = themesList.find(language);

const updateResourceType = (value) => {
if(Array.isArray(value) && value.length === 1 && value.includes('other')){
Expand Down

0 comments on commit c716403

Please sign in to comment.