Commit cfb1185e authored by ioedeveloper's avatar ioedeveloper

sync nx with workspace

parent dc94506e
...@@ -7,7 +7,7 @@ import { initialState, reducer } from '../../reducers/calldata' ...@@ -7,7 +7,7 @@ import { initialState, reducer } from '../../reducers/calldata'
import './styles/dropdown-panel.css' import './styles/dropdown-panel.css'
export const DropdownPanel = (props: DropdownPanelProps) => { export const DropdownPanel = (props: DropdownPanelProps) => {
const [calldata, dispatch] = useReducer(reducer, initialState) const [data, dispatch] = useReducer(reducer, initialState)
const { dropdownName, dropdownMessage, calldata, header, loading, extractFunc, formatSelfFunc } = props const { dropdownName, dropdownMessage, calldata, header, loading, extractFunc, formatSelfFunc } = props
const extractDataDefault: ExtractFunc = (item, parent?) => { const extractDataDefault: ExtractFunc = (item, parent?) => {
const ret: ExtractData = {} const ret: ExtractData = {}
......
...@@ -67,9 +67,6 @@ ...@@ -67,9 +67,6 @@
"remixd": { "remixd": {
"tags": [] "tags": []
}, },
"debugger-ui": {
"tags": []
},
"remix-ui-tree-view": { "remix-ui-tree-view": {
"tags": [] "tags": []
}, },
......
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