Commit 1790d347 authored by Mark Harding's avatar Mark Harding

Revert "Merge branch 'fix/activityservice-provider-issue' into 'master'"

This reverts commit 3130dd25, reversing
changes made to 749e79e5.
parent 3e4cedb4
No related merge requests found
Pipeline #73592537 running with stages
......@@ -17,12 +17,10 @@ import { HashtagsSelectorComponent } from '../../hashtags/selector/selector.comp
import { VideoChatService } from '../../videochat/videochat.service';
import { UpdateMarkersService } from '../../../common/services/update-markers.service';
import { filter, map, startWith, throttle } from "rxjs/operators";
import { ActivityService } from "../../../common/services/activity.service";
@Component({
selector: 'm-groups--profile',
templateUrl: 'profile.html',
providers: [ActivityService]
templateUrl: 'profile.html'
})
export class GroupsProfile {
......
Markdown is supported
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