Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
deichman
Commits
099fc303
Commit
099fc303
authored
Feb 24, 2021
by
Petter Goksøyr Åsen
Browse files
DEICH-5604
about media box default closed
parent
8bc573d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
deichman.no/components/WorkDetails/WorkDetailsAccordionContainer.js
View file @
099fc303
...
...
@@ -6,7 +6,7 @@ import { findMediaTypeName } from "../../utilities/translation";
export
default
function
WorkDetailsAccordionContainer
({
publication
})
{
return
(
<
Block
top
=
{
8
}
>
<
Accordion
text
=
{
findMediaTypeName
(
publication
.
mediaType
)}
openByDefault
large
showDividers
>
<
Accordion
text
=
{
findMediaTypeName
(
publication
.
mediaType
)}
large
showDividers
>
<
WorkDetails
work
=
{
publication
.
work
}
publication
=
{
publication
}
/
>
<
/Accordion
>
<
/Block
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment