From b640adaef307727736ab39e607a41ab8be76b9c2 Mon Sep 17 00:00:00 2001
From: WolverinDEV <git@mcgalaxy.de>
Date: Sun, 17 Feb 2019 13:14:46 +0100
Subject: [PATCH] removed implemented todo

---
 shared/js/ui/channel.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/js/ui/channel.ts b/shared/js/ui/channel.ts
index fc50716b..eed6675e 100644
--- a/shared/js/ui/channel.ts
+++ b/shared/js/ui/channel.ts
@@ -202,7 +202,7 @@ class ChannelEntry {
 
             container_entry.attr("channel-id", this.channelId);
             container_entry.addClass(this._channel_name_alignment);
-            container_entry.css('z-index', this.calculate_family_index()); //TODO Calculate!
+            container_entry.css('z-index', this.calculate_family_index());
 
             /* channel icon (type) */
             {