mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 08:31:13 -05:00
Refactor: Uniformly use AuthModalContext
This commit is contained in:
@@ -68,8 +68,6 @@ export default function Manufacturers() {
|
||||
|
||||
const handleCreateSubmit = async (data: any) => {
|
||||
try {
|
||||
if (!user) return;
|
||||
|
||||
await submitCompanyCreation(
|
||||
data,
|
||||
'manufacturer',
|
||||
|
||||
Reference in New Issue
Block a user