TDR und Schleife Button in KÜs wieder für die Funktionen
This commit is contained in:
@@ -385,13 +385,13 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
{/* TDR and KVz Buttons */}
|
||||
<div className="flex space-x-2 p-1">
|
||||
<button
|
||||
onClick={() => handleButtonClick("TDR", setActiveButton)}
|
||||
onClick={openChartModal}
|
||||
className=" bg-littwin-blue text-white text-[0.625rem] flex items-center justify-center p-2"
|
||||
>
|
||||
TDR
|
||||
</button>
|
||||
<button
|
||||
onClick={() => handleButtonClick("KVz", setActiveButton)}
|
||||
onClick={openChartModal}
|
||||
className="bg-littwin-blue text-white text-[0.625rem] flex items-center justify-center p-2"
|
||||
>
|
||||
KVz
|
||||
|
||||
Reference in New Issue
Block a user