Show version info in settings
This commit is contained in:
parent
5d896ae439
commit
fbbcf6457e
8 changed files with 275 additions and 174 deletions
|
@ -12,7 +12,8 @@ import connect from 'utils/connect';
|
|||
|
||||
const mapState = createStructuredSelector({
|
||||
settings: getSettings,
|
||||
installable: state => state.app.installable
|
||||
installable: state => state.app.installable,
|
||||
version: state => state.app.version
|
||||
});
|
||||
|
||||
const mapDispatch = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue