Commit c24da4c
committed
Fix user tile bug
* For some reason, some user objects in the graph API are missing a user URL.
* Users without a URL don't get a link to their GitHub profile.
* Fix is to explicitly ensure that we don't overwrite a good user URL with an empty one.1 parent 97d8979 commit c24da4c
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments