Skip to content

Commit

Permalink
Edit className for WatchItem function component
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhnZhn committed Jun 6, 2024
1 parent f350481 commit 88d53a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions js/components/watch-browser/WatchItems.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions js/components/watch-browser/WatchItems.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/components/watch-browser/WatchItems.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {

import WatchItem from './WatchItem';

const _isArr = Array.isArray;
const _isArr = Array.isArray
, CL_WATCH_ITEM = `${CL_ROW_TYPE2_TOPIC} stroke-black`;

const WatchItems = ({
isModeEdit,
Expand All @@ -29,7 +30,7 @@ const WatchItems = ({
return (
<WatchItem
key={caption}
className={CL_ROW_TYPE2_TOPIC}
className={CL_WATCH_ITEM}
item={item}
isDraggable={isModeEdit}
option={option}
Expand Down

0 comments on commit 88d53a5

Please sign in to comment.