[ACA-903] anything you use in template must not be private (#117)

This commit is contained in:
suzanadirla
2017-12-06 11:46:21 +00:00
committed by Denys Vuika
parent 358ffe2197
commit 860b637c9c
+1 -1
View File
@@ -314,7 +314,7 @@ export class FilesComponent extends PageComponent implements OnInit, OnDestroy {
return false;
}
private imageResolver(row: ShareDataRow): string | null {
imageResolver(row: ShareDataRow): string | null {
const entry: MinimalNodeEntryEntity = row.node.entry;
if (entry.isLocked) {