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
47ce9ac4
Commit
47ce9ac4
authored
Jun 06, 2021
by
Nabilah Adani
Browse files
[CHORES] delete 1 typo
parent
cffd0f4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/Home/utilities/utils.tsx
View file @
47ce9ac4
...
...
@@ -136,7 +136,7 @@ const image2pdf = (imageType: string, type: string, key: string, dataType: stri
doc
.
setFontSize
(
26
);
doc
.
setFont
(
"
arial
"
,
"
bold
"
);
if
(
key
===
"
Tanggal
"
)
doc
.
text
(
"
DATA KASUS TBC
1
DEPOK
"
,
pageWidth
/
2
,
24
,
{
align
:
"
center
"
});
doc
.
text
(
"
DATA KASUS TBC DEPOK
"
,
pageWidth
/
2
,
24
,
{
align
:
"
center
"
});
else
doc
.
text
(
"
DATA KASUS TBC DEPOK
"
,
pageWidth
/
2
,
18
,
{
align
:
"
center
"
});
}
...
...
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