We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bed06 commit 2097864Copy full SHA for 2097864
packages/clerk-js/src/ui/components/UserProfile/ActiveDevicesSection.tsx
@@ -28,7 +28,7 @@ export const ActiveDevicesSection = () => {
28
{isLoading ? (
29
<FullHeightLoader />
30
) : (
31
- sessions?.sort(currentSessionFirst(session.id)).map(sa => (
+ sessions?.sort(currentSessionFirst(session!.id)).map(sa => (
32
<DeviceItem
33
key={sa.id}
34
session={sa}
0 commit comments