Fix duplicates
This commit is contained in:
parent
46feabec03
commit
2099ee8baf
|
@ -26,9 +26,6 @@
|
|||
$: currentTheme = $themeStore?.theme
|
||||
$: darkMode = !currentTheme.includes("light")
|
||||
|
||||
$: currentTheme = $themeStore?.theme
|
||||
$: darkMode = !currentTheme.includes("light")
|
||||
|
||||
const makeRowActionButtons = actions => {
|
||||
return (actions || []).map(action => ({
|
||||
text: action.name,
|
||||
|
|
Loading…
Reference in New Issue