forked from Shinonome/dots-hyprland
remove unused variable (#480)
This commit is contained in:
@@ -146,7 +146,6 @@ export const ConfigMulipleSelection = ({
|
||||
...rest
|
||||
}) => {
|
||||
let lastSelected = initIndex;
|
||||
let value = optionsArr[initIndex[0]][initIndex[1]].value;
|
||||
const widget = Box({
|
||||
tooltipText: desc,
|
||||
className: 'multipleselection-container spacing-v-3',
|
||||
|
||||
Reference in New Issue
Block a user