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 0624df1 commit 9a90000Copy full SHA for 9a90000
app/components/insight-text.tsx
@@ -24,7 +24,6 @@ const rankingPattern = Object.values(RANK_DESCRIPTIONS)
24
.join('|');
25
26
const InsightText: React.FC<InsightTextProps> = ({ insight }) => {
27
- console.log('render');
28
const { text, data } = insight;
29
const login = data?.user?.login;
30
0 commit comments