mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix pages
This commit is contained in:
@@ -196,6 +196,15 @@ export class PublicationFolderService {
|
||||
|
||||
}
|
||||
|
||||
|
||||
PublicationHasImage(Publication: Publication) {
|
||||
return Publication.FileBase64 != '' && Publication.FileBase64 != "data:image/jpg;base64,null"
|
||||
}
|
||||
|
||||
hasCapturedImage(Publication: Publication) {
|
||||
return Publication.FileBase64 != '' && Publication.FileBase64 != "data:image/jpg;base64,null"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user