We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf196c commit 209944aCopy full SHA for 209944a
src/components/about/LargePortraitCard.tsx
@@ -6,11 +6,11 @@ import React from "react";
6
import Avatar from "./Avatar";
7
8
export function Distinction({ person }) {
9
- const HasPersonDisctinction = person.distinctionTitle.length !== 0;
+ const HasPersonDistinction = person.distinctionTitle.length !== 0;
10
11
return (
12
<div>
13
- {HasPersonDisctinction ? (
+ {HasPersonDistinction ? (
14
<ul style={{paddingLeft: "0px"}}>
15
{person.distinctionTitle.map((distinction, index) => (
16
<li className="items-list" key={person.firstName}>
0 commit comments