any type removed

This commit is contained in:
VividTruthKeeper 2022-08-20 00:28:26 +05:00
parent eb30f8e2d5
commit 86101f130f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const Structure = () => {
<SectionTitle title={"Структура федерации"} />
{structureData[0].id !== -1 ? (
<div className="structure-content">
{structureData.map((person: any) => {
{structureData.map((person: structureType) => {
return (
<PersonInfo
key={uuidv4()}