このコミットが含まれているのは:
@@ -234,7 +234,7 @@ const PostImportReviewPage: FC<Props> = ({ user }) => {
|
||||
row.status === 'failed'
|
||||
&& row.recoverable
|
||||
&& Object.keys (row.errors ?? { }).length > 0)
|
||||
const nextRows = mergedResults.map (row => {
|
||||
const nextRows = mergedResults.map ((row): PostImportRow => {
|
||||
const recoverable = recoverableRows.find (rr => rr.sourceRow === row.sourceRow)
|
||||
if (recoverable == null)
|
||||
return row
|
||||
|
||||
新しい課題から参照
ユーザをブロックする