Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Oct 25, 2024
1 parent 41f3642 commit 0789442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/src/pages/mentions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default function Mentions() {
setCorrectionsCreated(true);
setCorrectionsShared(true);
switchCharacterizationsModal();
console.log('ttt', corrections);
};
const feedback = async () => {
try {
Expand Down Expand Up @@ -570,7 +571,7 @@ export default function Mentions() {
field="hasCorrection"
header="Modified by user?"
sortable
style={{ maxWidth: '110px' }}
style={{ maxWidth: '115px' }}
/>
<Column
body={affiliations2Template}
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/openalexView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default function OpenalexView({
field="hasCorrection"
header="Modified by user?"
sortable
style={{ maxWidth: '110px' }}
style={{ maxWidth: '115px' }}
/>
<Column
body={worksExampleTemplate}
Expand Down

0 comments on commit 0789442

Please sign in to comment.