-
Notifications
You must be signed in to change notification settings - Fork 362
Conversation
Deployed to: http://staging.quran.com:32769 |
f79de0f
to
d6f0cd8
Compare
Deployed to: http://staging.quran.com:32780 |
import { decrypt } from 'sjcl'; | ||
import Helmet from 'react-helmet'; | ||
|
||
import debug from 'helpers/debug'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this alias configured?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sabeurthabti not an alias but prefilling the namespace for the debug lib. https://github.com/quran/quran.com-frontend/blob/master/src/helpers/debug.js
d6f0cd8
to
f959d87
Compare
Deployed to: http://staging.quran.com:32794 |
} | ||
) | ||
export default class Audioplayer extends Component { | ||
export class Audioplayer extends Component { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! exporting the class to make it testable.
UI reviewed and code reviewed. All Good. |
thank you sir! LEts merge this |
* Audioplayer repeat * ui * wip * tests
No description provided.