このコミットが含まれているのは:
@@ -5,7 +5,7 @@ type Props = { id?: string
|
||||
|
||||
|
||||
export const FieldWarning: FC<Props> = ({ id, messages }: Props) => {
|
||||
if (!(messages) || messages.length === 0)
|
||||
if (messages == null || messages.length === 0)
|
||||
return null
|
||||
|
||||
return (
|
||||
|
||||
新しい課題から参照
ユーザをブロックする