From 5b4e3cbc661cbcfec2881844af7b9cc44a8dcd93 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 7 Apr 2024 11:27:21 +0300 Subject: [PATCH] cleanup --- client/src/views/record/list.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index 66dfd3e44c..8a179e0fe4 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -39,8 +39,6 @@ import StickyBarHelper from 'helpers/list/misc/sticky-bar'; /** * A record-list view. Renders and processes list items, actions. - * - * @todo Document all options. */ class ListRecordView extends View {