mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-29 04:46:09 +03:00
tile: removing debugger
This commit is contained in:
parent
42aade6148
commit
f1a65228f0
@ -39,9 +39,6 @@ export const Tile: FunctionComponent<TileProps> = ({
|
||||
const pike = usePike(desk);
|
||||
const { lightText, tileColor, menuColor, suspendColor, suspendMenuColor } =
|
||||
useTileColor(color);
|
||||
if (desk === 'canvas') {
|
||||
debugger;
|
||||
}
|
||||
const status = getTileStatus(chad, pike, disabled);
|
||||
const suspended = status === 'inactive';
|
||||
const active = status === 'active';
|
||||
|
Loading…
Reference in New Issue
Block a user