forked from baron/baron-sso
조직도 줌 레벨 상향
This commit is contained in:
@@ -681,11 +681,7 @@ function ComparisonFilterButtons<T extends string>({
|
||||
aria-pressed={isSelected}
|
||||
aria-expanded={hasDetail && openDetailFor === option.value}
|
||||
onClick={() => {
|
||||
if (
|
||||
hasDetail &&
|
||||
isSelected &&
|
||||
openDetailFor !== option.value
|
||||
) {
|
||||
if (hasDetail && isSelected && openDetailFor !== option.value) {
|
||||
setOpenDetailFor(option.value);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user