Misc Cleanup (#977)
* Fixed Day not getting set when reading from epubs. * Fixed typo for "On Going" to "Ongoing" * Removed filtering on Reading List page since it doesn't make sense
This commit is contained in:
parent
334221ba88
commit
5f5c24564f
6 changed files with 11 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ export class PublicationStatusPipe implements PipeTransform {
|
|||
|
||||
transform(value: PublicationStatus): string {
|
||||
switch (value) {
|
||||
case PublicationStatus.OnGoing: return 'On Going';
|
||||
case PublicationStatus.OnGoing: return 'Ongoing';
|
||||
case PublicationStatus.Hiatus: return 'Hiatus';
|
||||
case PublicationStatus.Completed: return 'Completed';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue