Skip to content

Commit

Permalink
fix(write): remove props type
Browse files Browse the repository at this point in the history
  • Loading branch information
bs32g1038 committed Mar 24, 2024
1 parent c7b64fb commit d24cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/Write/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Layout from '../Layout';
import { PlusOutlined } from '@ant-design/icons';
import { useAppStore } from '@/store';

const Write = (props: { visible: boolean; postId?: number }) => {
const Write = () => {
const [form] = useForm();
const router = useRouter();
const { user } = useAppStore();
Expand Down

0 comments on commit d24cb09

Please sign in to comment.