feat: remove test

This commit is contained in:
Nevo David 2025-05-14 17:21:09 +07:00
parent 830489ee01
commit ffaf56e1cd
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ export const StandaloneModal: FC = () => {
integrations={integrations}
reopenModal={() => {}}
allIntegrations={integrations}
onlyValues={[{ content: 'asd', id: integrations[0].id, image: [] }]}
date={dayjs.utc(data).local()}
/>
);