このコミットが含まれているのは:
2026-07-16 00:24:24 +09:00
コミット 4eb483c049
4個のファイルの変更12行の追加14行の削除
+1 -1
ファイルの表示
@@ -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