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