Merge pull request #1477 from Human-Connection/return_null_for_missing_tac_version

If TAC version is missing, return `null`
This commit is contained in:
mattwr18 2019-09-05 08:00:09 +02:00 committed by GitHub
commit 02e53494f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -172,6 +172,8 @@ export default {
'disabled',
'locationName',
'about',
'termsAndConditionsAgreedVersion',
// TODO: 'termsAndConditionsAgreedAt',
],
boolean: {
followedByCurrentUser:

View File

@ -5811,7 +5811,7 @@ mem@~5.1.1:
mimic-fn "^2.1.0"
p-is-promise "^2.1.0"
memoize-one@~5.1.0, memoize-one@~5.1.1:
memoize-one@~5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0"
integrity sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA==