Thibaut Boustany
7 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
1 additions and
1 deletions
-
src/reducers/settings.js
|
|
@ -74,7 +74,7 @@ const INITIAL_STATE: SettingsState = { |
|
|
|
loaded: false, |
|
|
|
shareAnalytics: false, |
|
|
|
sentryLogs: false, |
|
|
|
lastUsedVersion: '0.1.0-alpha.7', // Temp hack to show release notes on update to alpha 8, should ne replaced by __APP_VERSION__
|
|
|
|
lastUsedVersion: __APP_VERSION__, |
|
|
|
} |
|
|
|
|
|
|
|
function asCryptoCurrency(c: Currency): ?CryptoCurrency { |
|
|
|