v1.5.7: fix Settings system tab crash and OffersTemplates tab gap

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-04-29 08:29:10 +02:00
parent ecd8e3679f
commit 9abec36f07
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "app-ts",
"version": "1.5.6",
"version": "1.5.7",
"description": "",
"main": "dist/server.js",
"scripts": {

View File

@@ -71,7 +71,7 @@ export default function OffersTemplates() {
</div>
</motion.div>
<div className="admin-tabs">
<div className="admin-tabs mb-4">
<button
className={`admin-tab ${activeTab === "items" ? "active" : ""}`}
onClick={() => setActiveTab("items")}