Refactor PublicationAttributeContainer
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Regarding openness of the props, I would propose to refactor in another PR where users of this component also define empty and filled component eg:
```ts
// LicenseContainer.tsx
content={hasNoData ? buildEmptyPlaceHolder() : content}
tooltip={hasNoData && }
...
```
_Originally posted by @pyphilia in https://github.com/graasp/graasp-builder/pull/1543#discussion_r1815003810_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.