Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
behaviors-ai-public
LaVizu
Commits
fcc411c9
Commit
fcc411c9
authored
Apr 09, 2019
by
Dorian Goepp
Browse files
fix issue with mood display
parent
e84a29f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Mood/Mood.js
View file @
fcc411c9
...
...
@@ -14,7 +14,7 @@ export function Mood(props) {
"
BORED
"
:
"
images/mood/mood-bored.svg
"
};
const
config
=
this
.
props
.
node
.
getConfig
()
const
config
=
props
.
node
.
getConfig
()
if
(
config
&&
'
displayMode
'
in
config
)
{
if
(
config
.
displayMode
===
"
readme
"
)
{
return
<
p
className
=
"
about
"
>
The
<
b
>
current
mood
<
/b> of the agent regarding the valences of its actions.</
p
>
;
...
...
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