From 728bfdeaa30a8011913560b0755c5e0402d6b697 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Thu, 31 Oct 2024 18:57:55 +0300 Subject: [PATCH] chore: self review --- apps/site/components/Common/AvatarGroup/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/components/Common/AvatarGroup/index.tsx b/apps/site/components/Common/AvatarGroup/index.tsx index 79cbbf8e3552f..fbc0a60bc2712 100644 --- a/apps/site/components/Common/AvatarGroup/index.tsx +++ b/apps/site/components/Common/AvatarGroup/index.tsx @@ -12,7 +12,7 @@ import Tooltip from '@/components/Common/Tooltip'; import styles from './index.module.css'; -export type AvatarGroupProps = { +type AvatarGroupProps = { avatars: Array; limit?: number; isExpandable?: boolean;