Skip to content

Commit fc3f1a7

Browse files
authored
Update src/components/Layer2/Layer2Onboard.tsx
1 parent 59c41d7 commit fc3f1a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Layer2/Layer2Onboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ const Layer2Onboard: React.FC<IProps> = ({
249249
)
250250

251251
const formatGroupLabel = (data) => {
252-
console.log(data)
253252
return data.label ? (
254253
<Stack borderTop="2px solid" m={0}>
255254
<Text mb={0} mt={2} textTransform="none" color="body">

0 commit comments

Comments
 (0)