Skip to content

Commit be3dcd3

Browse files
lint
1 parent 04332d6 commit be3dcd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/dashboard/src/@3rdweb-sdk/react/hooks/useActivity.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export function useActivity(contract: ThirdwebContract, autoUpdate?: boolean) {
2525
return [];
2626
}
2727
const obj = eventsQuery.data
28-
.slice().reverse()
28+
.slice()
29+
.reverse()
2930
.slice(0, 100)
3031
.reduce(
3132
(acc, curr) => {

0 commit comments

Comments
 (0)