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
pilar
pilar-web
Commits
b608eb5b
Commit
b608eb5b
authored
May 16, 2021
by
FadhilP
Browse files
Fix lint errors
parent
1d35c975
Pipeline
#77044
passed with stages
in 3 minutes and 38 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/page/bank/TambahBank.jsx
View file @
b608eb5b
import
React
from
"
react
"
;
import
{
css
}
from
"
@emotion/core
"
;
import
{
ErrorDiv
}
from
"
../../component/html/html
"
;
import
FormBank
from
"
./FormBank
"
;
import
useSendData
from
"
../../utils/useSendData
"
;
import
{
Link
}
from
"
@reach/router
"
;
...
...
src/page/program/TambahProgram.jsx
View file @
b608eb5b
import
React
from
"
react
"
;
import
{
css
}
from
"
@emotion/core
"
;
import
{
ErrorDiv
}
from
"
../../component/html/html
"
;
import
FormProgram
from
"
./FormProgram
"
;
import
useSendData
from
"
../../utils/useSendData
"
;
import
{
Link
}
from
"
@reach/router
"
;
...
...
src/page/subkategori/EditSubkategori.jsx
View file @
b608eb5b
import
React
from
"
react
"
;
import
useFetchSingleData
from
"
../../utils/useFetchSingleData
"
;
import
{
css
}
from
"
@emotion/core
"
;
import
{
ErrorDiv
}
from
"
../../component/html/html
"
;
import
FormSubkategori
from
"
./FormSubkategori
"
;
import
ArrowBackIcon
from
"
@material-ui/icons/ArrowBack
"
;
import
ErrorOutlineIcon
from
"
@material-ui/icons/ErrorOutline
"
;
...
...
src/page/subkategori/TambahSubkategori.jsx
View file @
b608eb5b
import
React
from
"
react
"
;
import
{
css
}
from
"
@emotion/core
"
;
import
{
ErrorDiv
}
from
"
../../component/html/html
"
;
import
FormSubkategori
from
"
./FormSubkategori
"
;
import
useSendData
from
"
../../utils/useSendData
"
;
import
{
Link
}
from
"
@reach/router
"
;
...
...
src/page/transaksi/FormStatus.jsx
View file @
b608eb5b
...
...
@@ -60,7 +60,7 @@ const FormStatus = ({ idTransaksi, defaultStatus, paymentMethod }) => {
</
InputSelectForm
>
</
RowInput
>
<
RowInput
>
{
error
&&
(
{
error
Send
&&
(
<
ErrorDiv
>
<
button
className
=
"btn btn-danger"
>
Error !, Data tidak dapat disimpan
...
...
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