Skip to content

Commit 1cb074c

Browse files
committed
fix: fmt
1 parent 30f4a43 commit 1cb074c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

components/object/list.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,10 @@ export function ObjectList({
625625
) : null}
626626
</>
627627
) : null}
628-
<Button variant="outline" onClick={() => (onRefresh ? onRefresh() : void fetchObjects({ resetPagination: true }))}>
628+
<Button
629+
variant="outline"
630+
onClick={() => (onRefresh ? onRefresh() : void fetchObjects({ resetPagination: true }))}
631+
>
629632
<RiRefreshLine className="size-4" />
630633
<span>{t("Refresh")}</span>
631634
</Button>

0 commit comments

Comments
 (0)