component page graphs now render

This commit is contained in:
Carter 2025-02-24 11:46:16 -06:00
parent e5bc90e00e
commit c62bfbf916
10 changed files with 908 additions and 38 deletions

View file

@ -273,8 +273,6 @@ export default function ComponentSettings(props: Props) {
const hasAvailablePositions = (component: Component) => {
// return true // TODO: actually fix this
console.log(component.settings.addressType)
console.log(quack.AddressType.ADDRESS_TYPE_INCREMENTAL)
if (component.settings.addressType === quack.AddressType.ADDRESS_TYPE_INCREMENTAL) {
return true;
}