Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Mar 22, 2023
1 parent 1c8583d commit ae145fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/src/components/storage/ProposalSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ export default function ProposalSummary({ proposal }) {
const [candidateDevice] = result.candidateDevices;
const device = proposal.availableDevices.find(d => d.id === candidateDevice);

if (device === undefined) {
return (
<Text>
Required device <Em>{candidateDevice}</Em> not found
</Text>
);
}

const deviceLabel = device?.label || candidateDevice;

return (
Expand Down

0 comments on commit ae145fe

Please sign in to comment.