Skip to content

Commit

Permalink
using the new component
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Aug 14, 2024
1 parent ef408d8 commit be769bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/tabs/subtabs/cip95AdditionalPart.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import GovBasicFunctionsTab from './govBasicFunctionsTab'
import GovActionsTab from './govActionsTab'
import ConstitCommCertsTab from './constitCommCertsTab'
import Cip95BuildSignSubmitCard from '../../cards/cip95BuildSignSubmitCard'
import CertificatesInTxPart from './certificatesInTxPart'

const Cip95AdditionalPart = ({api, wasm, onWaiting, onError, getters, setters}) => {
const [certsInTx, setCertsInTx] = useState([])
Expand Down Expand Up @@ -94,6 +95,10 @@ const Cip95AdditionalPart = ({api, wasm, onWaiting, onError, getters, setters})
getters={newGetters}
setters={newSetters}
/>
{/* Here the expandable panel with tx certificates should be */}
<div>
<CertificatesInTxPart getters={getters}/>
</div>
<div className="block rounded-lg border mt-5 bg-gray-900 border-gray-700">
<TabsComponent tabsData={data} />
</div>
Expand Down

0 comments on commit be769bf

Please sign in to comment.