Commit 7c0732bd7ca82495ad88f63ea50589c9a16db9d6
1 parent
74006099
Exists in
master
แก้ย่อ
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/app/dashboard/dashboard.component.scss
src/app/dashboard/font.ts
@@ -9,7 +9,7 @@ export class PontPipe implements PipeTransform { | @@ -9,7 +9,7 @@ export class PontPipe implements PipeTransform { | ||
9 | value = ''; | 9 | value = ''; |
10 | } | 10 | } |
11 | if (value.length > 19) { | 11 | if (value.length > 19) { |
12 | - return value.substr(19, 50); | 12 | + return value.substr(19, 500); |
13 | } | 13 | } |
14 | return value; | 14 | return value; |
15 | } | 15 | } |