Fix broken pizza rbf link to /tracker

This commit is contained in:
Mononaut
2024-08-05 10:31:01 +00:00
parent 5eb117165f
commit f61ace2f92
4 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ export class TruncateComponent {
@Input() text: string;
@Input() link: any = null;
@Input() external: boolean = false;
@Input() queryParams: any = undefined;
@Input() lastChars: number = 4;
@Input() maxWidth: number = null;
@Input() inline: boolean = false;