mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Format and automatically fix linted code.
This commit is contained in:
@@ -6,7 +6,7 @@ interface Props {
|
||||
|
||||
export function ChannelDebugInfo({ id }: Props) {
|
||||
if (process.env.NODE_ENV !== "development") return null;
|
||||
let view = useRenderState(id);
|
||||
const view = useRenderState(id);
|
||||
if (!view) return null;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user