chore: ran linting

This commit is contained in:
Anish Sarkar 2026-04-17 16:45:14 +05:30
parent aef4c90107
commit 0fa32c3a10
6 changed files with 140 additions and 73 deletions

View file

@ -42,7 +42,13 @@ export const openReportPanelAtom = atom(
wordCount,
shareToken,
contentType,
}: { reportId: number; title: string; wordCount?: number; shareToken?: string | null; contentType?: string }
}: {
reportId: number;
title: string;
wordCount?: number;
shareToken?: string | null;
contentType?: string;
}
) => {
if (!get(reportPanelAtom).isOpen) {
set(preReportCollapsedAtom, get(rightPanelCollapsedAtom));