Skip to content

Commit

Permalink
Merge pull request #129 from NazarUsov/issues
Browse files Browse the repository at this point in the history
No data after entering asset ID in white list
  • Loading branch information
sowle authored Oct 30, 2024
2 parents f3e0130 + 99f8abe commit 2b2fac8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion html/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25796,7 +25796,7 @@ __webpack_require__.r(__webpack_exports__);



const buildTime = '2024-10-18T16:00:21.307Z';
const buildTime = '2024-10-30T15:58:59.486Z';
if (_environments_environment__WEBPACK_IMPORTED_MODULE_1__.environment.production) {
(0,_angular_core__WEBPACK_IMPORTED_MODULE_3__.enableProdMode)();
}
Expand Down
2 changes: 1 addition & 1 deletion html/main.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class WalletComponent implements OnInit, OnDestroy {
next: asset => {
const config: MatDialogConfig = {
data: {
assetInfo: asset.asset_info,
asset_info: asset.asset_info,
title: 'You added new asset',
},
};
Expand Down
2 changes: 1 addition & 1 deletion html_source/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppModule } from './app/app.module';
import { environment } from './environments/environment';
import 'lodash';

export const buildTime = '2024-10-18T16:00:21.307Z';
export const buildTime = '2024-10-30T15:58:59.486Z';

if (environment.production) {
enableProdMode();
Expand Down

0 comments on commit 2b2fac8

Please sign in to comment.