diff --git a/src/components/views/elements/AppTile.tsx b/src/components/views/elements/AppTile.tsx index a8e2308976..ed8e88a542 100644 --- a/src/components/views/elements/AppTile.tsx +++ b/src/components/views/elements/AppTile.tsx @@ -508,7 +508,7 @@ export default class AppTile extends React.Component { // Also wrap the PersistedElement in a div to fix the height, otherwise // AppTile's border is in the wrong place appTileBody =
- + { appTileBody }
;