Skip to content

Commit

Permalink
Fix button label
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Aug 21, 2024
1 parent 427be78 commit 314cc73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const ProfileHeader = props => {
/>
{isEditable && (
<Box sx={{ marginLeft: "auto" }}>
<AddButton label={t("addStratigraphy")} onClick={createStratigraphy} />
<AddButton label={"addStratigraphy"} onClick={createStratigraphy} />
</Box>
)}
</Stack>
Expand Down

0 comments on commit 314cc73

Please sign in to comment.