このコミットが含まれているのは:
2026-07-16 00:24:24 +09:00
コミット 4eb483c049
4個のファイルの変更12行の追加14行の削除
+1 -1
ファイルの表示
@@ -123,7 +123,7 @@ const PostImportResultPage: FC<Props> = ({ user }) => {
row.status === 'failed'
&& row.recoverable
&& Object.keys (row.errors ?? { }).length > 0)
const nextRows = mergedRows.map (row => {
const nextRows = mergedRows.map ((row): PostImportRow => {
const recoverable = recoverableRows.find (_1 => _1.sourceRow === row.sourceRow)
if (recoverable == null)
return row