diff --git a/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsScreen.qml b/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsScreen.qml
index fae13ac185f02594702d13b802e9422489780c9a..8cded9efc57fbe0895dbd01a575f8d6245108d7f 100644
--- a/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsScreen.qml
+++ b/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsScreen.qml
@@ -208,6 +208,17 @@ DapLogsScreenForm
                 color: "#E3E2E6"
                 width: parent.width
                 height: 1 * pt
+                visible:
+                {
+                    if(dapLogsListViewIndex === index | dapLogsListViewIndex - 1 === index)
+                    {
+                        return false;
+                    }
+                    else
+                    {
+                        return true;
+                    }
+                }
             }
 
             MouseArea