fix: adapt redistribution feature for v0.35.1

- Use @mui/material import in redistribution page

- Configure pnpm workspace build script approvals
This commit is contained in:
OpenCode
2026-06-15 09:53:35 +00:00
parent b5b0d37e94
commit 29b138346e
5 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
import { RedistributionState, BZZ, DAI } from '@ethersphere/bee-js'
import { BZZ, DAI, RedistributionState } from '@ethersphere/bee-js'
import { useContext, useEffect, useState } from 'react'
import { Context } from '../providers/Settings'
import ExpandableListItem from './ExpandableListItem'
export function Redistribution() {