There was an error while loading. Please reload this page.
1 parent 8828603 commit 96e99a1Copy full SHA for 96e99a1
1 file changed
apps/explorer/src/pages/trust-framework/audit-trail-result/views/roles/RolesView.tsx
@@ -23,11 +23,9 @@ interface RolesCardProps {
23
export function RolesView({ roles }: RolesCardProps) {
24
return (
25
<Panel>
26
- <div data-testid="tx">
27
- <div className="flex w-full flex-col justify-between gap-xxs p-md--rs sm:flex-row md:items-center">
28
- <Title title="Roles" />
29
- </div>
30
- <div className="flex flex-col gap-sm p-md--rs">
+ <div className="flex w-full flex-col gap-sm">
+ <Title title="Roles" />
+ <div className="flex flex-col gap-sm">
31
{roles.length === 0 ? (
32
<InfoBox
33
title="No roles found"
0 commit comments