Просмотр исходного кода

refactor(showSubmittedData): remove unused comment

satnaing 2 месяцев назад
Родитель
Сommit
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, {
   toast.message(title, {
     description: (
     description: (
-      // w-[340px]
       <pre className='mt-2 w-full overflow-x-auto rounded-md bg-slate-950 p-4'>
       <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>
         <code className='text-white'>{JSON.stringify(data, null, 2)}</code>
       </pre>
       </pre>