This commit is contained in:
@@ -194,6 +194,7 @@ export function GatewayKeysSection({ showToast }: Props) {
|
||||
</div>
|
||||
)}
|
||||
{data && data.length > 0 && (
|
||||
<div className="overflow-x-auto">
|
||||
<table className="w-full text-sm">
|
||||
<thead className="bg-slate-50 text-xs uppercase tracking-wide text-slate-500">
|
||||
<tr>
|
||||
@@ -321,6 +322,7 @@ export function GatewayKeysSection({ showToast }: Props) {
|
||||
})}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user