diff --git a/src/components/activitylog.js b/src/components/activitylog.js index 271a7e15a8..abaa98ec25 100644 --- a/src/components/activitylog.js +++ b/src/components/activitylog.js @@ -128,7 +128,7 @@ import 'listViewStyle'; } function showItemOverview(item) { - import('alert').then(({default: alert})=> { + import('alert').then(({default: alert}) => { alert({ text: item.Overview });