Conditions | 1 |
Total Lines | 21 |
Code Lines | 17 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import BaseCard from './BaseCard'; |
||
27 | |||
28 | buildSections() { |
||
29 | this.card.sections = [ |
||
30 | { |
||
31 | 'widgets': [ |
||
32 | { |
||
33 | 'divider': {}, |
||
34 | }, |
||
35 | { |
||
36 | 'divider': {}, |
||
37 | }, |
||
38 | { |
||
39 | 'divider': {}, |
||
40 | }, |
||
41 | { |
||
42 | 'divider': {}, |
||
43 | }, |
||
44 | { |
||
45 | 'textParagraph': { |
||
46 | 'text': 'If you have any problems, questions, or feedback, ' + |
||
47 | 'please feel free to post them <a href="https://github.com/dyaskur/google-chat-poll/issues">here</a> ', |
||
48 | }, |
||
53 |