diff --git a/client/src/pages/suggest/index.tsx b/client/src/pages/suggest/index.tsx index 50d3c926..c69de6f7 100644 --- a/client/src/pages/suggest/index.tsx +++ b/client/src/pages/suggest/index.tsx @@ -212,8 +212,8 @@ export default function Suggest() { disabled={items.some((item) => item.id === data.id)} isIdentified={ !!data?.authors - .map((a) => a.person) - .includes(author.id) + ?.map((a) => a.person) + ?.includes(author.id) } /> ))