format code using prettier

This commit is contained in:
thislight 2024-08-05 15:33:00 +08:00
parent f06a7a6da1
commit 93b4cd065a
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
27 changed files with 326 additions and 260 deletions

View file

@ -11,7 +11,7 @@ const MediaAttachmentGrid: Component<{
}> = (props) => {
let rootRef: HTMLElement;
const [viewerIndex, setViewerIndex] = createSignal<number>();
const viewerOpened = () => typeof viewerIndex() !== "undefined"
const viewerOpened = () => typeof viewerIndex() !== "undefined";
const gridTemplateColumns = () => {
const l = props.attachments.length;
if (l < 2) {