Commit f4f20cec authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

fing conflictsxing conflicts

parent 750b78c4
This diff is collapsed.
...@@ -354,3 +354,4 @@ input #terminalCliInput { ...@@ -354,3 +354,4 @@ input #terminalCliInput {
.debug:hover { .debug:hover {
opacity: 0.8; opacity: 0.8;
} }
...@@ -639,6 +639,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => { ...@@ -639,6 +639,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
const txDetails = (event, tx, obj) => { const txDetails = (event, tx, obj) => {
if (showTableDetails === null) { if (showTableDetails === null) {
setShowTableDetails(true) setShowTableDetails(true)
console.log({tx: tx.hash})
} else { } else {
setShowTableDetails(null) setShowTableDetails(null)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment