diff --git a/app/components/inspector/AddressTableLookupsCard.tsx b/app/components/inspector/AddressTableLookupsCard.tsx
index fb4d1521..a88db6d7 100755
--- a/app/components/inspector/AddressTableLookupsCard.tsx
+++ b/app/components/inspector/AddressTableLookupsCard.tsx
@@ -110,7 +110,7 @@ function LookupRow({
{lookupTableIndex} |
{resolvedKeyComponent} |
- {!readOnly && Writable} |
+ {!readOnly && Writable} |
);
}
diff --git a/app/components/instruction/RawDetails.tsx b/app/components/instruction/RawDetails.tsx
index 18e8d7d4..fa24e4df 100644
--- a/app/components/instruction/RawDetails.tsx
+++ b/app/components/instruction/RawDetails.tsx
@@ -10,7 +10,7 @@ export function RawDetails({ ix }: { ix: TransactionInstruction }) {
Account #{keyIndex + 1}
- {isWritable && Writable}
+ {isWritable && Writable}
{isSigner && Signer}
|
|