File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,17 +229,17 @@ export default function Page() {
229229 >
230230 < td className = "py-4 text-sm font-medium text-gray-900 text-center w-3/12" >
231231 < span className = "inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800" >
232- { r . _id } { " " }
232+ { r . _id }
233233 </ span >
234234 </ td >
235235 < td className = "py-4 text-sm text-gray-900 text-center w-6/12 truncate" >
236- { r . title } { " " }
236+ { r . title }
237237 </ td >
238238 < td className = "py-4 text-sm text-gray-900 text-center w-1/12" >
239239 { r . userName } { " " }
240240 </ td >
241241 < td className = "py-4 text-sm text-gray-500 text-center w-2/12" >
242- { formatDateTime ( r . createdAt ) } { " " }
242+ { formatDateTime ( r . createdAt ) }
243243 </ td >
244244 </ tr >
245245 ) ;
@@ -363,7 +363,7 @@ export default function Page() {
363363 clipRule = "evenodd"
364364 />
365365 </ svg >
366- < span className = "font-medium" > { r . userName } </ span >
366+ < span className = "font-medium" > { r . userName } { " " } </ span >
367367 </ div >
368368 < div className = "flex items-center" >
369369 < svg
You can’t perform that action at this time.
0 commit comments