Skip to content

Commit f13faa0

Browse files
committed
cleaned code, removed redundant and unnecessary code
1 parent 37c3a3c commit f13faa0

File tree

2 files changed

+14
-133
lines changed

2 files changed

+14
-133
lines changed

src/assets/jsonData/tickets.js

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/user/Admin/Tickets/TicketDashboard.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,17 @@ const mapStateToProps = (state) => ({
142142
});
143143

144144
export default connect(mapStateToProps, { getTickets })(TicketDashboard);
145+
146+
// {
147+
// id: 1,
148+
// title: "Requirement of new Integration",
149+
// year: "1988",
150+
// runtime: "92",
151+
// genres: ["open"],
152+
// director: "Tim Burton",
153+
// actors: "Alec Baldwin, Geena Davis, Annie McEnroe, Maurice Page",
154+
// plot:
155+
// "We require a new integration for slack. I would really appreciate it if some of the developers could look into this matter! Please feel free to reach out to me for more information regarding this!. I would be glad to help!",
156+
// posterUrl:
157+
// "https://images-na.ssl-images-amazon.com/images/M/MV5BMTUwODE3MDE0MV5BMl5BanBnXkFtZTgwNTk1MjI4MzE@._V1_SX300.jpg",
158+
// }

0 commit comments

Comments
 (0)