mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
(bugfixes)
This commit is contained in:
parent
7cdc1f4f95
commit
bce08b923f
5 changed files with 21 additions and 8 deletions
|
@ -13,7 +13,7 @@ export const AppInfoDialog = () => (
|
|||
версия{' '}
|
||||
{(APP_INFO.VERSION || 1)}.
|
||||
{(APP_INFO.CHANGELOG[APP_INFO.VERSION].length || 0)}.
|
||||
{(APP_INFO.CHANGELOG[APP_INFO.VERSION][APP_INFO.CHANGELOG[APP_INFO.VERSION].length - 1].length - 1 || 0)}
|
||||
{(APP_INFO.CHANGELOG[APP_INFO.VERSION][0].length - 1 || 0)}
|
||||
</div>
|
||||
<hr />
|
||||
<div className="small app-info-list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue