(path, size = "w500")
| 21 | } |
| 22 | |
| 23 | export const imgUrl = (path, size = "w500") => |
| 24 | path ? `${IMG_BASE}/${size}${path}` : null; |
| 25 | |
| 26 | // Global auth-error callback, registered by App on mount |
| 27 | let _onAuthError = null; |
no outgoing calls
no test coverage detected