Commit f8b41a4 1 parent 65e85e5 commit f8b41a4 Copy full SHA for f8b41a4
File tree 1 file changed +3
-3
lines changed
apps/webcomponents/src/app/components/gn-record-view
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
[showContent] ="!!record?.title "
5
5
>
6
6
< div class ="font-title text-[28px] line-clamp-3 mb-4 ">
7
- {{ record? .title || 'No Title Available' }}
7
+ {{ record.title }}
8
8
</ div >
9
9
10
- < gn-ui-metadata-info *ngIf =" record " [metadata] ="record "> </ gn-ui-metadata-info >
10
+ < gn-ui-metadata-info [metadata] ="record "> </ gn-ui-metadata-info >
11
11
12
12
< gn-ui-image-overlay-preview
13
13
class ="block h-[185px] mb-5 "
16
16
>
17
17
</ gn-ui-image-overlay-preview >
18
18
19
- < gn-ui-metadata-contact *ngIf =" record " [metadata] ="record "> </ gn-ui-metadata-contact >
19
+ < gn-ui-metadata-contact [metadata] ="record "> </ gn-ui-metadata-contact >
20
20
21
21
< div *ngIf ="getDownloads(record?.onlineResources)?.length > 0 ">
22
22
< div class ="font-title text-lg mt-4 mb-2 flex flex-row gap-4 items-center ">
You can’t perform that action at this time.
0 commit comments