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
bisago
bisago-fe
Commits
f50568c3
Commit
f50568c3
authored
Apr 25, 2021
by
jovi_013
Browse files
[REFACTOR] Add handler if image is null
parent
2a48917a
Pipeline
#72578
failed with stages
in 39 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/repository/lokasi_repository.dart
View file @
f50568c3
...
...
@@ -45,8 +45,8 @@ class LokasiRepository implements BaseLokasiRepository {
lokasi
.
name
=
'INVALID'
;
lokasi
.
alamat
=
'LOCATION INVALID'
;
lokasi
.
noTelp
=
'-'
;
lokasi
.
image
=
''
;
}
lokasi
.
image
??=
''
;
freqPlaces
.
add
(
lokasi
);
}
freqPlaces
=
freqPlaces
.
cast
<
Lokasi
>();
...
...
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