Fix apps/console lint issues

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-23 12:23:51 +04:00
parent d1cd2b5412
commit de93e39252
18 changed files with 45 additions and 39 deletions

View File

@@ -149,3 +149,5 @@ export const PdfDownloadDialog = forwardRef<PdfDownloadDialogRef, Props>(
);
},
);
PdfDownloadDialog.displayName = "PdfDownloadDialog";