Skip to content

Commit

Permalink
Remove apartmentIndex debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
indigane committed Oct 10, 2024
1 parent ae93438 commit 5f03f90
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ const LoadedApartmentDetails = (): React.JSX.Element => {
<span>{apartment.address.floor ? apartment.address.floor + ".krs" : ""}</span>
</span>
{hasObfuscatedOwners && alert()}
{apartmentIndex}
<div className="apartment-heading-buttons">
{previousApartment && (
<Link
Expand Down

0 comments on commit 5f03f90

Please sign in to comment.