Skip to content

Commit

Permalink
Reverting nyanoToLocale pipe capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
qwahzi authored Nov 6, 2021
1 parent ff14cfb commit 4d8d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {ConfigureWalletComponent} from './components/configure-wallet/configure-
import {NotificationService} from './services/notification.service';
import {NotificationsComponent} from './components/notifications/notifications.component';
import {RaiPipe} from './pipes/rai.pipe';
import {NyanoToLocalePipe} from './pipes/nyanoToLocale.pipe';
import {nyanoToLocalePipe} from './pipes/nyanoToLocale.pipe';
import {AccountsComponent} from './components/accounts/accounts.component';
import {ApiService} from './services/api.service';
import {AddressBookService} from './services/address-book.service';
Expand Down

0 comments on commit 4d8d513

Please sign in to comment.