Skip to content

Commit e56d17b

Browse files
Expoert AdminCampaignList for testing
1 parent 0992c41 commit e56d17b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/AdminCampaignList.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const styles = StyleSheet.create({
3535

3636
const INITIAL_SORT_BY = ID_DESC_SORT.value;
3737

38-
const AdminCampaignList = ({
38+
// Exported for testing
39+
export const AdminCampaignList = ({
3940
params,
4041
mutations,
4142
router,

0 commit comments

Comments
 (0)