{person.name}
-{person.desc}
-{el ||
}
{person.desc}
-{el ||
}
- Sprawdź pisownię:
- {
+ return el.Name.replaceAll(" ", "-").toLocaleLowerCase();
+ })
+ .includes(profname)
+ ) {
+ const person: personsSchema = persons.filter((wpis: personsSchema) => {
+ return wpis.Name.replaceAll(" ", "-").toLocaleLowerCase() === profname;
+ })[0];
+ return (
+ {person.Desc} {el ||
+ Sprawdź pisownię:
+
+ {`/profile/${profname}`}
+
+ nie jest poprawnym lokatorem profilu.
+
+
{person.Name}
+
}Sorki!{" :("}
+