ソースを参照

Removed unnecessary comment

Taichi Masuyama 4 年 前
コミット
956a5f8712
1 ファイル変更0 行追加1 行削除
  1. 0 1
      packages/app/src/components/Admin/App/V5PageMigration.tsx

+ 0 - 1
packages/app/src/components/Admin/App/V5PageMigration.tsx

@@ -17,7 +17,6 @@ const V5PageMigration: FC<Props> = (props: Props) => {
   const onConfirm = async() => {
     setIsV5PageMigrationModalShown(false);
     try {
-      // もう完了してたらその旨のトースター
       const { isV5Compatible } = await adminAppContainer.v5PageMigrationHandler('upgrade');
       if (isV5Compatible) {