Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
f1nality committed Apr 29, 2017
2 parents 05b5433 + 552191c commit 1972633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jet/utils.py
Expand Up @@ -417,7 +417,7 @@ def get_menu_item_app(data):
def map_item(item):
item['items'] = item['models']
return item
app_list = map(map_item, original_app_list.values())
app_list = list(map(map_item, original_app_list.values()))

current_found = False

Expand Down

0 comments on commit 1972633

Please sign in to comment.