Commit f9241be
committed
fix(payments-next): resolve linting error
Because:
* a variable could be undefined, and one of its attributes is accessed unsafely
This commit:
* safely access the attribute
Closes #N/A1 parent 452585e commit f9241be
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
| 792 | + | |
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| |||
0 commit comments