File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import HeaderLeftPanel from '../components/Header/HeaderLeftPanel'
15
15
import { useProjectAttachments } from '../hooks/useProjectAttachments'
16
16
import { CellIdWrapper } from '../domain/cellId'
17
17
import './ProjectAssetView.scss'
18
+ import { WireRecord } from '../api/hdkCrud'
19
+ import { Profile } from 'zod-models'
18
20
19
21
interface ProjectAssetViewProps {
20
22
wal : WAL
@@ -162,7 +164,7 @@ const ProjectAssetView: React.FC<ProjectAssetViewProps> = ({ wal }) => {
162
164
< div className = "header-wrapper" >
163
165
< div className = "header" >
164
166
< HeaderLeftPanel
165
- whoami = { { } }
167
+ whoami = { { } as WireRecord < Profile > }
166
168
members = { [ ] }
167
169
presentMembers = { [ ] }
168
170
projectName = { projectMeta ? projectMeta . entry . name : '' }
You can’t perform that action at this time.
0 commit comments