We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568ff2c commit 5154d08Copy full SHA for 5154d08
frontend/src/misc/InlineSkeletonDisplay.tsx
@@ -2,6 +2,5 @@ import { PropsWithChildren } from "react";
2
import inlineSkeleton from "./inlineSkeleton";
3
4
export default function InlineSkeletonDisplay({ children }: PropsWithChildren) {
5
- console.log(children);
6
return children !== null ? <b>{children}</b> : inlineSkeleton;
7
}
0 commit comments