diff --git a/app/components/Attribute.tsx b/app/components/Attribute.tsx index a1e1f0d..d67b6f5 100644 --- a/app/components/Attribute.tsx +++ b/app/components/Attribute.tsx @@ -7,6 +7,7 @@ export interface AttributeProps { value: string; isCopyable?: boolean; link?: string; + suppressHydrationWarning?: boolean; } export default function Attribute({ @@ -14,6 +15,7 @@ export default function Attribute({ value, link, isCopyable, + suppressHydrationWarning, }: AttributeProps) { return (
{value}
++ {value} +