Skip to content

Commit d2aaa7f

Browse files
joeizangAniket-Engg
authored andcommitted
add component to udapp. add logic for version
1 parent da64617 commit d2aaa7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {ContractGUI} from './contractGUI'
1010
import {TreeView, TreeViewItem} from '@remix-ui/tree-view'
1111
import {BN} from 'bn.js'
1212
import {CustomTooltip, is0XPrefixed, isHexadecimal, isNumeric, shortenAddress} from '@remix-ui/helper'
13+
import { LowLevelInteractionIcon } from './lowlevelInteractionIcon'
1314

1415
const txHelper = remixLib.execution.txHelper
1516

@@ -284,11 +285,12 @@ export function UniversalDappUI(props: UdappProps) {
284285
<div className="py-2 border-top d-flex justify-content-start flex-grow-1">
285286
<FormattedMessage id="udapp.lowLevelInteractions" />
286287
</div>
287-
<CustomTooltip placement={'bottom-end'} tooltipClasses="text-wrap" tooltipId="receiveEthDocstoolTip" tooltipText={<FormattedMessage id="udapp.tooltipText8" />}>
288+
{/* <CustomTooltip placement={'bottom-end'} tooltipClasses="text-wrap" tooltipId="receiveEthDocstoolTip" tooltipText={<FormattedMessage id="udapp.tooltipText8" />}>
288289
<a href="https://solidity.readthedocs.io/en/v0.6.2/contracts.html#receive-ether-function" target="_blank" rel="noreferrer">
289290
<i aria-hidden="true" className="fas fa-info my-2 mr-1"></i>
290291
</a>
291-
</CustomTooltip>
292+
</CustomTooltip> */}
293+
<LowLevelInteractionIcon />
292294
</div>
293295
<div className="d-flex flex-column align-items-start">
294296
<label className="">CALLDATA</label>

0 commit comments

Comments
 (0)