@@ -209,16 +209,15 @@ const SentCellWidget = ({
wordWidget={wordWidget}
/>
)}
- {sentData.id ? (
- <SuggestionToolbar
- style={{ marginLeft: "2em" }}
- compact={compact}
- data={sentData}
- isPr={isPr}
- prOpen={prOpen}
- onPrClose={() => setPrOpen(false)}
- />
- ) : undefined}
+
+ <SuggestionToolbar
+ style={{ marginLeft: "2em" }}
+ compact={compact}
+ data={sentData}
+ isPr={isPr}
+ prOpen={prOpen}
+ onPrClose={() => setPrOpen(false)}
+ />
</div>
) : undefined}
</SentEditMenu>