pull/5370/head
yann300 3 years ago
parent 9d6f8a413e
commit eb813d4e53
  1. 2
      libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx

@ -30,7 +30,7 @@ const loadingReducer = (state = loadingInitialState, action) => {
export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
const { plugin } = props
let fileManager = plugin.fileManager
const fileManager = plugin.fileManager
const [state, setState] = useState<{
themeQuality: { filter: string, name: string },

Loading…
Cancel
Save