Skip to content
Snippets Groups Projects
Commit d70034c9 authored by Yana De Pauw's avatar Yana De Pauw
Browse files

DS-249: Force rerun of tests

parent 44c227ff
Branches
Tags
No related merge requests found
......@@ -13,6 +13,7 @@ import { PaginatedList } from '../../core/data/paginated-list';
templateUrl: './community-page-sub-community-list.component.html',
animations:[fadeIn]
})
export class CommunityPageSubCommunityListComponent implements OnInit {
@Input() community: Community;
subCommunitiesRDObs: Observable<RemoteData<PaginatedList<Community>>>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment