fix: remove pairForEdit prop
This commit is contained in:
@@ -15,7 +15,7 @@ interface RightSidePanelProps {
|
|||||||
pairForEdit: PairForEdit;
|
pairForEdit: PairForEdit;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
export const RightSidePanel = () => {
|
||||||
const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});
|
const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});
|
||||||
const [errors, setErrors] = useState<{ [id: number]: string }>({});
|
const [errors, setErrors] = useState<{ [id: number]: string }>({});
|
||||||
const [confirmedTextSteps, setConfirmedTextSteps] = useState<{ [id: number]: boolean }>({});
|
const [confirmedTextSteps, setConfirmedTextSteps] = useState<{ [id: number]: boolean }>({});
|
||||||
|
|||||||
Reference in New Issue
Block a user