chore: implemented feedback

This commit is contained in:
Catalin Pit
2023-09-08 12:39:13 +03:00
committed by Mythie
parent 766fc6410b
commit a94b80d07d
2 changed files with 18 additions and 11 deletions

View File

@ -37,9 +37,9 @@ type TCardData = {
| 'NOT_SIGNED'
| 'SENT'
| 'NOT_SENT';
}[];
};
const CARD_DATA: TCardData = [
const CARD_DATA: TCardData[] = [
{
icon: UserSquare2,
title: 'Total recipients in the database',