pull/5370/head
yann300 3 years ago
parent 9d6f8a413e
commit eb813d4e53
  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