fix layout of carpet roll calculator. todo: reinstate unit buttons for plywood calculator.
This commit is contained in:
@ -14,6 +14,7 @@ const CARPET_ROLL_SELECTED_SVG =
|
||||
|
||||
const CarpetRollIcon = ({ selected }: { selected: boolean }) => {
|
||||
const uri = selected ? CARPET_ROLL_SELECTED_SVG : CARPET_ROLL_SVG;
|
||||
console.log(`Loading %s`, uri);
|
||||
return <SvgUri width="2em" height="2em" uri={uri} />;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user