fix: corrige erro de sintaxe no AdminDashboard
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 45s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 45s
Details
This commit is contained in:
parent
fc17ccc499
commit
fddc06db4d
|
|
@ -662,11 +662,10 @@ export default function AdminDashboard({ token }: AdminDashboardProps) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</td>
|
||||||
</td>
|
</tr>
|
||||||
</tr>
|
)}
|
||||||
)}
|
</React.Fragment>
|
||||||
</React.Fragment>
|
|
||||||
))
|
))
|
||||||
)}
|
)}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue