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
matefun
Infantil
Commits
10086705
Commit
10086705
authored
Dec 03, 2021
by
Stéfano Pesamosca
Browse files
Ts restantes corregidas
parent
326adf19
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/pipes/DummyPipe.jsx
View file @
10086705
...
...
@@ -133,7 +133,7 @@ export class DummyPipe extends React.Component {
return
(<
Cross
className
=
{
types
}
></
Cross
>)
}
else
{
if
(
pipe
.
inDirections
[
0
]
==
"
BOTTOM
"
){
return
(<
UBR_B
className
=
{
types
}
/>)
return
(<
UBR_B
className
=
{
types
Inverted
}
/>)
}
else
if
(
pipe
.
inDirections
[
0
]
==
"
RIGHT
"
){
return
(<
UBR_R
className
=
{
types
}
/>)
...
...
src/components/pipes/dummies/UBL_B.jsx
View file @
10086705
import
React
from
'
react
'
;
import
T
from
'
./T
'
;
import
T
SI
from
'
./T
SI
'
;
const
UBL_B
=
(
props
)
=>
(
<
svg
viewBox
=
"0 0 40 40"
className
=
{
props
.
className
[
0
]
}
>
<
T
transform
=
"rotate(180 20 20)"
className
=
{
props
.
className
}
/>
<
T
SI
transform
=
"rotate(180 20 20)"
className
=
{
props
.
className
}
/>
</
svg
>
);
...
...
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