Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
tbcare
tbcare-mobile
Commits
8f9bf2cd
Commit
8f9bf2cd
authored
Jun 07, 2021
by
Zafir Rasyidi Taufik
Browse files
[GREEN] Try to fix error in pipeline
parent
1e5f720e
Pipeline
#82129
failed with stage
in 1 minute and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
8f9bf2cd
...
...
@@ -9905,9 +9905,9 @@
},
"dependencies": {
"ws": {
"version": "7.4.
5
",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.
5
.tgz",
"integrity": "sha512-
xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g
==",
"version": "7.4.
6
",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.
6
.tgz",
"integrity": "sha512-
YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A
==",
"dev": true
}
}
...
...
@@ -11401,9 +11401,9 @@
},
"dependencies": {
"ws": {
"version": "7.4.
5
",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.
5
.tgz",
"integrity": "sha512-
xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g
=="
"version": "7.4.
6
",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.
6
.tgz",
"integrity": "sha512-
YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A
=="
}
}
},
...
...
src/App/index.tsx
View file @
8f9bf2cd
...
...
@@ -73,7 +73,7 @@ declare global {
type
AlertType
=
{
illustration
?:
ImageSourcePropType
;
message
?:
string
|
Element
;
message
?:
string
;
}
type
SetAlertType
=
React
.
Dispatch
<
React
.
SetStateAction
<
AlertType
>>
...
...
@@ -192,10 +192,7 @@ const App = () => {
// Token is not valid
setAlert
({
illustration
:
WonderingIllustration
,
message
:
<>
<
Text
>
{
"
Akun anda belum aktif, silahkan hubungi
\n
"
}
</
Text
>
<
Text
color
=
'#0DCE66'
>
ppticabangkotadepok@gmail.com
</
Text
>
</>,
message
:
"
Akun anda belum aktif, silahkan hubungi
\n
ppticabangkotadepok@gmail.com
"
})
setToken
(
''
)
}
...
...
Write
Preview
Supports
Markdown
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