This commit is contained in:
Paul Frazee
2024-03-05 21:18:07 -08:00
parent 019cc9dd7e
commit 5100c6b93b
4 changed files with 1 additions and 14 deletions
-1
View File
@@ -1,4 +1,3 @@
import React from 'react'
import {
ModerationCause,
ModerationUI,
+1 -1
View File
@@ -41,7 +41,7 @@ export function getDefinition(
// check local definitions
const customDef =
!label.val.startsWith('!') &&
labelDefs[label.src].find(
labelDefs[label.src]?.find(
def => def.identifier === label.val && def.definedBy === label.src,
)
if (customDef) {