File tree Expand file tree Collapse file tree
src/content/pages/problem-list Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,23 +260,23 @@ const FavoriteItem: FC<FavoriteItemProps> = ({
260260 align-items : center;
261261 ` }
262262 >
263- { hover &&
264- favorite . name !== DEFAULT_FAVORITE_NAME &&
265- ! favorite . isInAudit && (
266- < >
263+ { hover && favorite . name !== DEFAULT_FAVORITE_NAME && (
264+ < >
265+ { ! favorite . isInAudit && (
267266 < EditIcon
268267 height = { 20 }
269268 css = { 'grid-area: a;' }
270269 onClick = { toggleEnableEdit }
271270 />
272- < RemoveIcon
273- height = { 20 }
274- css = { 'grid-area: b;' }
275- color = "#d05451"
276- onClick = { toggleShowRemove }
277- />
278- </ >
279- ) }
271+ ) }
272+ < RemoveIcon
273+ height = { 20 }
274+ css = { 'grid-area: b;' }
275+ color = "#d05451"
276+ onClick = { toggleShowRemove }
277+ />
278+ </ >
279+ ) }
280280
281281 < ErrorToolTip
282282 error = { togglePublicStateError }
You can’t perform that action at this time.
0 commit comments