Skip to content

Commit 2097864

Browse files
committed
chore(clerk-js): Revert accidental change from eslint
1 parent c0bed06 commit 2097864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/src/ui/components/UserProfile/ActiveDevicesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ActiveDevicesSection = () => {
2828
{isLoading ? (
2929
<FullHeightLoader />
3030
) : (
31-
sessions?.sort(currentSessionFirst(session.id)).map(sa => (
31+
sessions?.sort(currentSessionFirst(session!.id)).map(sa => (
3232
<DeviceItem
3333
key={sa.id}
3434
session={sa}

0 commit comments

Comments
 (0)