mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
fix: add another check to limit submit form custom images to 3
This commit is contained in:
parent
efda1acdc1
commit
febb83a164
2 changed files with 8 additions and 8 deletions
|
|
@ -7,9 +7,5 @@ export default async function SubmitPage() {
|
|||
|
||||
if (!session) redirect("/login");
|
||||
|
||||
return (
|
||||
<div className="flex justify-center">
|
||||
<SubmitForm />
|
||||
</div>
|
||||
);
|
||||
return <SubmitForm />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue