Skip to content

Commit

Permalink
refactor: rename component correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hiporox committed May 7, 2024
1 parent 84c84d7 commit b9d10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/fidgets/FidgetViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { reduce } from "lodash";
import { FidgetWrapper, FidgetWrapperConfig } from "@/common/fidgets/FidgetWrapper";


export default function LazyFidgetViewer({ fidget }: { fidget: GenericFidget }) {
export default function FidgetViewer({ fidget }: { fidget: GenericFidget }) {
const defaultConfig: FidgetWrapperConfig = {
editConfig: fidget.fieldConfig,
fidgetConfig: {
Expand Down

0 comments on commit b9d10a6

Please sign in to comment.