We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72404b4 commit fe26eaeCopy full SHA for fe26eae
src/components/tab-strip.js
@@ -22,6 +22,7 @@ class TabStrip extends React.Component {
22
key={tabId}
23
onClick={onTabSelected.bind(null, tabId)}
24
>
25
+ ‪
26
{tabTitle}
27
{isDirty && " *"}
28
</div>
0 commit comments