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-web
Commits
81ef20ab
Commit
81ef20ab
authored
Jun 07, 2021
by
Zafir Rasyidi Taufik
Browse files
[CHORES] Fixed account activation and deactivation bug
parent
c8fc9e2e
Pipeline
#82031
passed with stages
in 4 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/AccountManagement/index.tsx
View file @
81ef20ab
...
...
@@ -117,9 +117,9 @@ export default function AccountManagementPage() {
phoneNumber
=
{
data
[
3
]?.
toString
()
}
district
=
{
data
[
4
]?.
toString
()
}
sub_district
=
{
data
[
5
]?.
toString
()
}
is_admin
=
{
data
[
9
].
toString
()
===
'
true
'
}
is_verified
=
{
data
[
1
0
].
toString
()
===
'
true
'
}
is_active
=
{
data
[
1
1
].
toString
()
===
'
true
'
}
is_admin
=
{
data
[
10
].
toString
()
===
'
true
'
}
is_verified
=
{
data
[
1
1
].
toString
()
===
'
true
'
}
is_active
=
{
data
[
1
2
].
toString
()
===
'
true
'
}
numberOfActivities
=
{
parseInt
(
data
[
6
]?.
toString
(),
10
)
}
updateTable
=
{
refreshTable
}
/>
...
...
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