main stocks update
This commit is contained in:
13
src/App.tsx
13
src/App.tsx
@@ -276,18 +276,7 @@ export default function App() {
|
||||
if (activeStore) {
|
||||
return (
|
||||
<div className="space-y-md animate-in fade-in duration-300">
|
||||
{isSoleStore && (
|
||||
<div className="flex flex-col md:flex-row md:items-center justify-between gap-4 pb-4 border-b border-zinc-205">
|
||||
<div>
|
||||
<h1 className="font-sans font-bold text-2xl tracking-tight text-[#0f172a]">
|
||||
Store Console
|
||||
</h1>
|
||||
<p className="text-zinc-500 font-sans text-xs mt-1">
|
||||
This merchant operates a single store. Add a branch to manage multiple outlets.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<StoreDetailView
|
||||
store={activeStore}
|
||||
onBack={() => setSelectedStore(null)}
|
||||
|
||||
Reference in New Issue
Block a user