pull/1855/head^2
yann300 3 years ago
parent 4c7ae0d7a1
commit d5b5c7e587
  1. 4
      libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx

@ -30,8 +30,8 @@ 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 },
showMediaPanel: 'none' | 'twitter' | 'medium',

Loading…
Cancel
Save