Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix prop sin usar
Browse files Browse the repository at this point in the history
  • Loading branch information
emacuello committed Oct 15, 2024
1 parent da80f07 commit bf5399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Arboles/Arboles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Arboles: React.FC<ArbolesProps> = ({ language }) => {
},
};

const { adopt, treesTitle, adoptTree, adoptButton } = content[language];
const { adopt, treesTitle, adoptButton } = content[language];

const arboles: Arbol[] = [
{
Expand Down

0 comments on commit bf5399f

Please sign in to comment.