Commit cf41910
authored
fix: Account issued tokens (#1167)
## High Level Overview of Change
<!--
Please include a summary/list of the changes.
If too broad, please consider splitting into multiple PRs.
-->
The Issued Tokens page under Assets tab is not loading after the removal
of redux. This PR will fix this issue.
### Type of Change
<!--
Please check relevant options, delete irrelevant ones.
-->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Refactor (non-breaking change that only restructures code)
- [ ] Tests (You added tests for code that already exists, or your new
feature included in this PR)
- [ ] Documentation Updates
- [ ] Translation Updates
- [ ] Release
## Before / After
<!--
If just refactoring / back-end changes, this can be just an in-English
description of the change at a technical level.
If a UI change, screenshots should be included.
-->
### Before

### After
1 parent c818ade commit cf41910
File tree
3 files changed
+207
-245
lines changed- src/containers/Accounts
- AccountHeader
- test
3 files changed
+207
-245
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | | - | |
16 | | - | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
| |||
26 | 19 | | |
27 | 20 | | |
28 | 21 | | |
| 22 | + | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
32 | 26 | | |
| 27 | + | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
38 | | - | |
39 | 33 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 34 | | |
63 | 35 | | |
64 | 36 | | |
| |||
321 | 293 | | |
322 | 294 | | |
323 | 295 | | |
324 | | - | |
325 | | - | |
| 296 | + | |
| 297 | + | |
326 | 298 | | |
327 | 299 | | |
328 | 300 | | |
| |||
334 | 306 | | |
335 | 307 | | |
336 | 308 | | |
337 | | - | |
338 | | - | |
| 309 | + | |
339 | 310 | | |
340 | 311 | | |
341 | 312 | | |
| |||
0 commit comments