Skip to content

Commit ab89665

Browse files
author
Scott Straughan
committed
Small bug fix.
1 parent fc2a4fc commit ab89665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class HomeComponent implements SearchablePage {
155155
{ initialValue: PlaygroundSampleService.getDefaultSample() });
156156

157157
this.projectCount = toSignal(
158-
this.eventService.count(), { initialValue: 0 });
158+
this.projectService.count(), { initialValue: 0 });
159159

160160
this.videoCount = toSignal(
161161
this.videoService.count(), { initialValue: 0 });

0 commit comments

Comments
 (0)