瀏覽代碼

refactor(showSubmittedData): remove unused comment

satnaing 2 月之前
父節點
當前提交
1d578ca956
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/lib/show-submitted-data.tsx

+ 0 - 1
src/lib/show-submitted-data.tsx

@@ -6,7 +6,6 @@ export function showSubmittedData(
 ) {
   toast.message(title, {
     description: (
-      // w-[340px]
       <pre className='mt-2 w-full overflow-x-auto rounded-md bg-slate-950 p-4'>
         <code className='text-white'>{JSON.stringify(data, null, 2)}</code>
       </pre>