Explorer: Disable raw button for unknown instructions (#13260)
This commit is contained in:
@ -38,6 +38,7 @@ export function InstructionCard({
|
||||
</h3>
|
||||
|
||||
<button
|
||||
disabled={defaultRaw}
|
||||
className={`btn btn-sm d-flex ${
|
||||
showRaw ? "btn-black active" : "btn-white"
|
||||
}`}
|
||||
|
Reference in New Issue
Block a user