Skip to content

Commit c53e474

Browse files
committed
Add proper plugin name
1 parent 200823d commit c53e474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/components/display/DisplayComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Element from 'src/ui/Element'
33
import DisplayNetwork from 'src/utils/DisplayNetwork'
44
import Tracking from 'src/utils/Tracking'
55

6-
const PLUGIN_NAME = 'content_buddy'
6+
const PLUGIN_NAME = 'super_tidy'
77

88
class DisplayComponent extends Element {
99

0 commit comments

Comments
 (0)