mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 19:36:25 +02:00
chore: ran linting
This commit is contained in:
parent
aef4c90107
commit
0fa32c3a10
6 changed files with 140 additions and 73 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue