Skip to content

Commit 03c3d29

Browse files
author
jonisaa
committed
Fix bad class naming
1 parent d194d08 commit 03c3d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/group/NormalForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Component, PropTypes } from 'react';
22
import Header from '../Header';
33

4-
export default class Tabs extends Component {
4+
export default class NormalForm extends Component {
55
static propTypes = {
66
content: PropTypes.array,
77
title: PropTypes.string

0 commit comments

Comments
 (0)