component page graphs now render
This commit is contained in:
parent
e5bc90e00e
commit
c62bfbf916
10 changed files with 908 additions and 38 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue