diff --git a/lib/components/channel_search_results.dart b/lib/components/channel_search_results.dart index 93bba173d..cef9d37e1 100644 --- a/lib/components/channel_search_results.dart +++ b/lib/components/channel_search_results.dart @@ -214,7 +214,8 @@ class _ChannelSearchResultsWidgetState title: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ - Text(result.displayName, overflow: TextOverflow.ellipsis), + Text(result.displayName, + overflow: TextOverflow.ellipsis), Text(result.language ?? "??", style: const TextStyle( fontSize: 12,