1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Null pointer fix (#12473)

This commit is contained in:
melohagan 2023-11-30 10:09:14 +00:00 committed by GitHub
parent 1cd885f39e
commit 3633b9e93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
x => x.value === users.getUserRole(row)
)
$: value = role?.label || "Not available"
$: tooltip = role.subtitle || ""
$: tooltip = role?.subtitle || ""
</script>
<div on:click|stopPropagation title={tooltip}>